aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/bootstrap/ModuleTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename pico *Module classes to *Container to not confuse with Sonar Module ↵Julien HENRY2013-02-111-166/+0
| | | | concept
* SONAR-3887 release lock when plugin license is not validSimon Brandhof2012-12-121-6/+12
|
* Fix headersDavid Gageot2012-10-261-18/+18
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-28/+28
| | | | initializing db
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-271-0/+6
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-11/+12
| | | | | | | | 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 some minor violationssimonbrandhof2011-06-101-2/+1
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-0/+154
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project