Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename pico *Module classes to *Container to not confuse with Sonar Module ↵ | Julien HENRY | 2013-02-11 | 1 | -166/+0 |
| | | | | concept | ||||
* | SONAR-3887 release lock when plugin license is not valid | Simon Brandhof | 2012-12-12 | 1 | -6/+12 |
| | |||||
* | Fix headers | David Gageot | 2012-10-26 | 1 | -18/+18 |
| | |||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 1 | -28/+28 |
| | | | | initializing db | ||||
* | Code cleaning : Methods overriding equals() should override hashCode() | David Gageot | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -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 violations | simonbrandhof | 2011-06-10 | 1 | -2/+1 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 1 | -0/+154 |
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project |