aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Improve rule tag validation messageJulien Lancelot2014-02-273-11/+12
* Revert "In the rule tag validation message, do not display tag on ui side"Julien Lancelot2014-02-274-14/+6
* In the rule tag validation message, do not display tag on ui sideJulien Lancelot2014-02-274-6/+14
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-272-0/+17
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-274-123/+11
* SONAR-5067 Use a MessageException when activating already activated rules on ...Julien Lancelot2014-02-262-2/+4
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-0/+25
* SONAR-5067 Update message displayed when activating already activated rules o...Julien Lancelot2014-02-262-4/+6
* SONAR-5067 Fail when activating already activated rules on a profileJulien Lancelot2014-02-262-10/+36
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-266-56/+171
* Remove unused classesSimon Brandhof2014-02-261-16/+0
* Fix rebase with masterJulien Lancelot2014-02-251-7/+0
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-254-44/+49
* SONAR-4996 Measure on added debt are now in secondsJulien Lancelot2014-02-251-1/+1
* SONAR-4996 Display debt variationJulien Lancelot2014-02-251-1/+2
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-252-10/+3
* Fix mergeJulien Lancelot2014-02-251-7/+0
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* SONAR-4996 Prepare migration to update issue changelog debt to secondsJulien Lancelot2014-02-251-0/+4
* SONAR-4996 Update issue changelog debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+4
* SONAR-4996 Fix unit test on migrationJulien Lancelot2014-02-251-7/+0
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-0/+7
* Fix mergeJulien Lancelot2014-02-251-5/+5
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-254-12/+24
* Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
* Fix some quality flawsSimon Brandhof2014-02-243-3/+3
* Fix quality flawsJulien Lancelot2014-02-241-1/+3
* Fix quality flawsJulien Lancelot2014-02-241-8/+6
* Fix quality flawsJulien Lancelot2014-02-241-1/+3
* Fix some quality flawsSimon Brandhof2014-02-242-10/+2
* Fix quality flawsJulien Lancelot2014-02-241-3/+3
* Fix some quality flawsSimon Brandhof2014-02-243-2/+112
* SONAR-926 Preload files in DefaultModuleFileSystemSimon Brandhof2014-02-231-0/+12
* SONAR-926 Add module key information on components for IntelliJJulien HENRY2014-02-213-0/+29
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-211-5/+7
* SONAR-926 Fix org.sonar.api.resources.InputFile#getRelativePath()Simon Brandhof2014-02-212-3/+6
* SONAR-5006 Deprecate some methods of SensorContextJulien HENRY2014-02-211-2/+13
* SONAR-926 Mark FileQuery as deprecatedSimon Brandhof2014-02-201-19/+3
* Revert "SONAR-926 move InputFileUtils to sonar-deprecated"Simon Brandhof2014-02-202-0/+347
* SONAR-926 mark org.sonar.api.resources.InputFile as deprecatedSimon Brandhof2014-02-201-0/+2
* SONAR-926 complete javadoc of org.sonar.api.batch.fsSimon Brandhof2014-02-205-24/+31
* SONAR-926 move InputFileUtils to sonar-deprecatedSimon Brandhof2014-02-202-347/+0
* SONAR-926 fix FilePredicates.or() with empty predicatesSimon Brandhof2014-02-204-10/+236
* SONAR-926 fix support of CPD without exclusion patternsSimon Brandhof2014-02-201-0/+6
* Add @CheckForNullJulien HENRY2014-02-201-0/+2
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-2033-609/+1503
* HOURS_IN_DAY property should not be read in the constructorJulien Lancelot2014-02-192-6/+11
* Add missing @CheckForNull on RulesProfileSimon Brandhof2014-02-191-1/+5
* Replace Long by longJulien Lancelot2014-02-191-1/+1