aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add jsr305 as a transitive dep of sonar-plugin-apiSimon Brandhof2014-02-191-1/+0
* 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
* 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-055-10783/+0
* SONAR-926 move org.sonar.api.resources.Method to sonar-deprecatedSimon Brandhof2014-02-043-150/+2
* SONAR-5042 Deprecate RFC metricJulien Lancelot2014-02-041-0/+20
* Fix some quality flawsSimon Brandhof2014-02-033-3/+2
* SONAR-926 move deprecated decorators to sonar-deprecated libSimon Brandhof2014-02-038-630/+0
* SONAR-926 move org.sonar.api.resources.Language to project scopeSimon Brandhof2014-02-031-0/+2
* Fix some quality flawsSimon Brandhof2014-02-021-3/+0
* Fix some quality flawsSimon Brandhof2014-02-013-69/+24
* SONAR-926 Add a fromIOFile method on Directory to be consistent with FileJulien HENRY2014-01-314-8/+67
* SONAR-926 Update javadoc of File.fromIoFileJulien HENRY2014-01-311-3/+9
* Add additional tests for line counter.Julien HENRY2014-01-302-5/+7
* SONAR-5010 Fix CPU hotspot in Java WSSimon Brandhof2014-01-301-1/+2
* Remove CoberturaReportParserJulien HENRY2014-01-294-356/+1
* SONAR-5031 Provide line count as attribute of InputFileJulien HENRY2014-01-291-0/+5
* SONAR-926 JavaFile is now considered as equivalent to FileJulien HENRY2014-01-294-3/+35
* SONAR-4581 Fix commit 586eb4f (use plugin key instead of JAR name)Jean-Baptiste Lievremont2014-01-291-1/+1
* SONAR-926 Improve File/Directory to better support plugin still using this APIJulien HENRY2014-01-294-50/+84