aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/batch/BatchExtensionDictionnary.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-261-233/+0
|
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-261-7/+10
|
* Revert all changes made to IoC container for views as a task.Julien HENRY2013-03-011-22/+4
|
* Refactor ioc containers to allow views to work as a task.Julien HENRY2013-02-271-4/+22
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@gmail.com>
* Remove warningDavid Gageot2012-07-161-2/+2
|
* Revert change that broke the APIDavid Gageot2012-05-281-1/+1
|
* Suppress warningsDavid Gageot2012-05-251-1/+1
|
* Remove warningsDavid Gageot2012-05-231-2/+2
|
* Remove warningsDavid Gageot2012-05-231-3/+3
|
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-271-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-3055 API: remove the attribute "classes" of the annotations ↵Simon Brandhof2011-12-051-2/+1
| | | | @DependsUpon and @DependedUpon
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-16/+10
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-311-1/+11
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* Fix violations reported on NemoGodin2010-11-261-1/+0
|
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-241-3/+4
| | | | does not work
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+227
value of rule parameters in Q profile console