aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-02-242-10/+2
* Fix quality flawsJulien Lancelot2014-02-241-3/+3
* Fix some quality flawsSimon Brandhof2014-02-242-2/+2
* 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-211-1/+2
* 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-201-0/+166
* 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-201-166/+0
* SONAR-926 fix FilePredicates.or() with empty predicatesSimon Brandhof2014-02-203-10/+23
* 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-2031-481/+1478
* 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
* Remove quality flawJean-Baptiste Lievremont2014-02-171-0/+1
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-174-36/+194
* Add some javadocsJulien Lancelot2014-02-141-16/+22
* SONAR-926 fix ResourceUtils#isPackage() and isClass()Simon Brandhof2014-02-141-2/+2
* 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-125-165/+364
* SONAR-5058 Remove default configuration for global test exclusionsJean-Baptiste Lievremont2014-02-122-7/+5
* SONAR-4908 support tags in sonar-check-api and in standard XML formatSimon Brandhof2014-02-123-23/+48
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-128-749/+2
* 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-109-75/+112
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-105-145/+175
* 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-071-0/+23
* Fix NPE when severity is null on manual rulesJulien Lancelot2014-02-061-1/+2
* Fix quality flawsJulien Lancelot2014-02-062-4/+4
* Move org.sonar.api.measures.AverageComplexityFormula to sonar-deprecatedSimon Brandhof2014-02-052-37/+0
* Drop dead codeSimon Brandhof2014-02-051-2/+0
* Move CoberturaReportParserUtils to sonar-deprecatedSimon Brandhof2014-02-051-134/+0
* SONAR-926 move org.sonar.api.resources.Method to sonar-deprecatedSimon Brandhof2014-02-042-104/+2
* SONAR-5042 Deprecate RFC metricJulien Lancelot2014-02-041-0/+20