|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
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
a formula has been implemented on the metric, so no need to have decorator anymore |
|
org.sonar.api.batch.AbstractFunctionComplexityDistributionDecorator
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.Plugins
|
|
org.sonar.api.utils.ServerHttpClient
use org.sonar.api.plaform.Server instead |
Deprecated Enums | |
---|---|
org.sonar.api.web.Section
add annotation org.sonar.api.web.NavigationSection to View extensions |
Deprecated Methods | |
---|---|
org.sonar.api.utils.KeyValueFormat.format(Bag)
use Multiset from google collections instead of commons-collections bags |
|
org.sonar.api.utils.KeyValueFormat.format(Bag, int)
use Multiset from google collections instead of commons-collections bags |
|
org.sonar.api.profiles.RulesProfile.getActiveRulesByPlugin(String)
since 2.3. Use getActiveRulesByRepository(). |
|
org.sonar.api.Plugin.getDescription()
since 2.2. The description must be set in the manifest. |
|
org.sonar.api.Plugin.getKey()
since 2.2. The key must be set in the manifest. |
|
org.sonar.api.Plugin.getName()
since 2.2. The name must be set in the manifest. |
|
org.sonar.api.platform.PluginRepository.getPluginForExtension(Object)
since 2.3 |
|
org.sonar.api.rules.ActiveRule.getPluginName()
use getRepositoryKey() |
|
org.sonar.api.rules.ActiveRuleParam.setActiveRule(ActiveRule)
visibility should be decreased to protected or package |
|
org.sonar.api.rules.ActiveRule.setActiveRuleParams(List use setParameter() |
|
org.sonar.api.rules.Rule.setId(Integer)
visibility should be decreased to protected or package |
|
org.sonar.api.rules.ActiveRule.setId(Integer)
visibility should be decreased to protected or package |
|
org.sonar.api.rules.Violation.setPriority(RulePriority)
since 2.3. The priority is set by the quality profile. |
|
org.sonar.api.rules.ActiveRule.setRule(Rule)
visibility should be reduced to protected or package |
|
org.sonar.api.rules.ActiveRuleParam.setRuleParam(RuleParam)
visibility should be decreased to protected or package |
|
org.sonar.api.rules.ActiveRule.setRulesProfile(RulesProfile)
visibility should be reduced to protected or package |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |