summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* WorkDurationFactory API should not accept nullable parameterJulien Lancelot2014-02-191-8/+1
* SONAR-4326 support tags in deprecated rule APISimon Brandhof2014-02-181-5/+22
* Fix quality flawsJulien Lancelot2014-02-181-4/+4
* Fix NPE when there's no unit on a requirement of a SQALE modelJulien Lancelot2014-02-182-12/+12
* Fix quality flawsJulien Lancelot2014-02-172-5/+52
* Remove quality flawJean-Baptiste Lievremont2014-02-171-0/+1
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-176-43/+220
* Add some javadocsJulien Lancelot2014-02-141-16/+22
* SONAR-926 fix ResourceUtils#isPackage() and isClass()Simon Brandhof2014-02-142-34/+33
* Fix some quality flawsJulien HENRY2014-02-132-2/+2
* Little improvements of technical debtJulien Lancelot2014-02-131-2/+3
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-1211-223/+613
* SONAR-5058 Remove default configuration for global test exclusionsJean-Baptiste Lievremont2014-02-123-8/+6
* SONAR-4908 support tags in sonar-check-api and in standard XML formatSimon Brandhof2014-02-128-43/+107
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-1215-1208/+56
* SONAR-926 add missing testsSimon Brandhof2014-02-111-2/+1
* SONAR-926 Export component path in issues WS search resultsJulien HENRY2014-02-113-0/+21
* Rename org.sonar.api.batch.rule.ModuleRule to ActiveRuleSimon Brandhof2014-02-1011-98/+135
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-1010-238/+233
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-102-45/+2
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-102-1/+76
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-104-6/+21
* SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]()Julien HENRY2014-02-101-1/+1
* Add a parameter 'hideRules' on the Issues search search in order to not retur...Julien Lancelot2014-02-072-5/+30
* Fix NPE when severity is null on manual rulesJulien Lancelot2014-02-061-1/+2
* Fix quality flawsJulien Lancelot2014-02-062-4/+4