aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-2/+2
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-071-2/+2
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-071-2/+2
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-0/+4
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-4/+0
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-241-0/+4
* Fix some quality flawsSimon Brandhof2014-04-141-2/+0
* Fix some quality flawsSimon Brandhof2014-04-043-9/+8
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-034-3/+4
* Fix some quality flawsJulien HENRY2014-04-031-2/+7
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-037-9/+317
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-0/+2
* Fix some quality flawsJulien HENRY2014-03-261-2/+1
* Replace factor by coefficientJulien Lancelot2014-03-262-14/+14
* Fix quality flawsJulien Lancelot2014-03-182-18/+13
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-174-64/+135
* Remove unused importSimon Brandhof2014-03-141-1/+1
* Fix quality flawsJulien Lancelot2014-03-141-1/+0
* Fix copyright headersSimon Brandhof2014-03-143-5/+5
* SONAR-4790 complete documentation of FileSystemSimon Brandhof2014-03-141-1/+15
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-1416-146/+341
* SONAR-5141 Improve performance of technical debt measures decoratorJulien Lancelot2014-03-142-18/+0
* SONAR-5056 Fix performance issue when converting new rule to old ruleJulien Lancelot2014-03-132-0/+18
* SONAR-926 add DefaultInputFile#toString()Simon Brandhof2014-03-121-18/+23
* Fix quality flawsJulien Lancelot2014-03-121-2/+2
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1190-90/+90
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-116-7/+95
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-264-53/+32
* Remove unused classesSimon Brandhof2014-02-261-16/+0
* Fix some quality flawsSimon Brandhof2014-02-241-0/+1
* Fix some quality flawsSimon Brandhof2014-02-241-8/+0
* Fix some quality flawsSimon Brandhof2014-02-242-2/+2
* SONAR-926 Preload files in DefaultModuleFileSystemSimon Brandhof2014-02-231-0/+12
* 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 complete javadoc of org.sonar.api.batch.fsSimon Brandhof2014-02-205-24/+31
* 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
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-2024-21/+1544
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-121-67/+0
* Rename org.sonar.api.batch.rule.ModuleRule to ActiveRuleSimon Brandhof2014-02-109-75/+112
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-101-40/+0
* SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]()Julien HENRY2014-02-101-1/+1
* Fix some quality flawsSimon Brandhof2014-02-031-1/+1
* SONAR-926 move deprecated decorators to sonar-deprecated libSimon Brandhof2014-02-036-454/+0
* Add additional tests for line counter.Julien HENRY2014-01-302-5/+7
* Remove CoberturaReportParserJulien HENRY2014-01-292-184/+0
* SONAR-926 Improve File/Directory to better support plugin still using this APIJulien HENRY2014-01-291-2/+5
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-291-7/+7
* SONAR-926 Fix marker interface of ModuleLanguagesJulien HENRY2014-01-281-2/+2