aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/batch/AbstractCoverageExtensionTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3895 remove unused code and fix quality flawsSimon Brandhof2012-10-271-44/+0
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-32/+5
| | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+71
value of rule parameters in Q profile console