Deprecated Classes |
org.sonar.api.web.AbstractDashboardWidget
override org.sonar.api.web.AbstractRubyTemplate and implement org.sonar.api.web.RubyRailsWidget |
org.sonar.api.batch.AbstractDirectoriesDecorator
since 2.2, the number of directories is automatically calculated by sonar core (see metric formula) |
org.sonar.api.batch.AbstractFileComplexityDecorator
since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
org.sonar.api.batch.AbstractFilesDecorator
since 2.2, the number of files is automatically calculated by sonar core (see metric formula) |
org.sonar.api.batch.AbstractFunctionComplexityDecorator
since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
org.sonar.api.web.gwt.client.AbstractPage
since 2.0, use the lib sonar-gwt-api |
org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery
since 2.5 |
org.sonar.api.web.gwt.client.webservices.FileSource
since 2.5, use Source instead. |
org.sonar.api.rules.Iso9126RulesCategories
since 2.5. See http://jira.codehaus.org/browse/SONAR-2007 |
org.sonar.api.web.gwt.client.webservices.Measure
since 2.5, use Measure instead. |
org.sonar.api.web.gwt.client.webservices.MetricsQuery
since 2.5, use MetricQuery instead. |
org.sonar.api.Plugins
since 2.1 |
org.sonar.api.web.gwt.client.webservices.Properties
since 2.5 |
org.sonar.api.web.gwt.client.webservices.PropertiesQuery
since 2.5, use PropertyQuery instead. |
org.sonar.api.web.gwt.client.webservices.Property
since 2.5, use Property instead |
org.sonar.api.web.gwt.client.webservices.Resource
since 2.5, use Resource instead. |
org.sonar.api.web.gwt.client.webservices.Resources
since 2.5 |
org.sonar.api.web.gwt.client.webservices.ResourcesQuery
since 2.5, use ResourceQuery instead |
org.sonar.api.web.gwt.client.webservices.Rule
since 2.5 |
org.sonar.api.rules.RulesCategory
since 2.5 See http://jira.codehaus.org/browse/SONAR-2007 |
org.sonar.api.utils.ServerHttpClient
use org.sonar.api.plaform.Server instead |
org.sonar.api.web.gwt.client.webservices.SourcesQuery
since 2.5, use SourceQuery instead |
org.sonar.api.web.gwt.client.webservices.Violation
since 2.5, use Violation instead. |
org.sonar.api.web.gwt.client.webservices.Violations
since 2.5 |
org.sonar.api.web.gwt.client.webservices.ViolationsQuery
since 2.5, use ViolationQuery instead. |
Deprecated Constructors |
org.sonar.api.batch.AbstractCoverageExtension(Plugins)
since 2.3. Use the default constructor |
org.sonar.api.rules.ActiveRule()
visibility should be reduced to protected or package |
org.sonar.api.rules.ActiveRule(RulesProfile, Rule, RulePriority)
visibility should be reduced to protected or package |
org.sonar.api.rules.ActiveRuleParam()
visibility should be decreased to protected or package |
org.sonar.api.rules.ActiveRuleParam(ActiveRule, RuleParam, String)
visibility should be decreased to protected or package |
org.sonar.api.batch.Event(String, String, String, Date, Integer)
|
org.sonar.api.batch.Event(String, String, String, Snapshot)
|
org.sonar.api.measures.Metric()
|
org.sonar.api.measures.Metric(String, String, String, Metric.ValueType, Integer, Boolean, String, boolean)
|
org.sonar.api.rules.Rule()
since 2.3. Use the factory method Rule.create() |
org.sonar.api.rules.Rule(String, String)
since 2.3. Use the factory method Rule.create() |
org.sonar.api.rules.Rule(String, String, RulesCategory, String, String)
since 2.3. Use the factory method Rule.create() |
org.sonar.api.rules.Rule(String, String, String, RulesCategory, RulePriority)
since 2.3. Use the factory method Rule.create() |
org.sonar.api.rules.Rule(String, String, String, RulesCategory, String, String)
since 2.3. Use the factory method Rule.create() |
org.sonar.api.rules.RuleParam()
since 2.3 use the factory method Rule.setParameter() |
org.sonar.api.rules.RuleParam(Rule, String, String, String)
since 2.3 use the factory method setParameter() |
org.sonar.api.profiles.RulesProfile()
use the factory method create() |
org.sonar.api.profiles.RulesProfile(String, String)
since 2.3. Use the factory method create() |
org.sonar.api.profiles.RulesProfile(String, String, boolean, boolean)
since 2.3. Use the factory method create() |
org.sonar.api.rules.Violation(Rule)
since 2.3. Use the factory method create() |
org.sonar.api.rules.Violation(Rule, Resource)
since 2.3. Use the factory method create() |
org.sonar.api.profiles.XMLProfileParser(RuleFinder)
since 2.5. Plugins shouldn't directly instantiate this class,
because it should be retrieved as an IoC dependency. |
org.sonar.api.profiles.XMLProfileParser(RuleFinder, MetricFinder)
since 2.5. Plugins shouldn't directly instantiate this class,
because it should be retrieved as an IoC dependency. |