aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2218 add drilldown on new lines to cover + add period select-box on mea...simonbrandhof2011-03-071-1/+2
* Metric name must be required in Metric.Builder factorysimonbrandhof2011-03-013-63/+44
* SONAR-2218 improve drilldown page in order to display variationssimonbrandhof2011-03-011-1/+6
* SONAR-2218 compute coverage on new/changed codesimonbrandhof2011-02-281-51/+145
* API: add methods MeasureUtils.getVariation(...) and MeasureUtils.getVariation...simonbrandhof2011-02-282-5/+60
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-264-0/+33
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-253-7/+58
* Use Metric.Builder on some definitions in CoreMetricssimonbrandhof2011-02-251-9/+31
* API: fix CoverageMeasuresBuilder for Coberturasimonbrandhof2011-02-252-56/+43
* SONAR-1846 define SCM metrics in coresimonbrandhof2011-02-251-18/+41
* fix unit tests again :(simonbrandhof2011-02-251-2/+2
* Fix unit testsimonbrandhof2011-02-252-36/+24
* Add support of Multisets in KeyValueFormatsimonbrandhof2011-02-252-163/+224
* SONAR-2238 Remove the metric "uncovered_complexity_by_tests"simonbrandhof2011-02-251-12/+0
* SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ste...simonbrandhof2011-02-256-51/+573
* Improve KeyValueFormat: support typed parsingsimonbrandhof2011-02-253-86/+437
* SONAR-2214 Increase the maximum size of chart extensionssimonbrandhof2011-02-241-2/+2
* SONAR-2193 Pattern matching should work in case if pattern ends on "/**"Evgeny Mandrikov2011-02-192-3/+1
* API: rename BlockUnit to Methodsimonbrandhof2011-02-142-12/+58
* SONAR-2193: Add unit testsEvgeny Mandrikov2011-02-141-2/+16
* Improve code: fix some violationssimonbrandhof2011-02-101-1/+3
* Do not deprecate Project.getFileSystem()simonbrandhof2011-02-101-2/+1
* Fix some violationssimonbrandhof2011-02-103-9/+11
* Add a javadoc to ResourceFiltersimonbrandhof2011-02-081-1/+2
* Rename Scopes.TYPE to Scopes.PROGRAM_UNITsimonbrandhof2011-02-073-13/+20
* SONAR-2172: New extension point - InitializerEvgeny Mandrikov2011-02-074-29/+85
* SONAR-2172: New extension point - AbstractInitializerEvgeny Mandrikov2011-02-053-3/+52
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-042-102/+0
* SONAR-2169: Add CoverageExtension to APIEvgeny Mandrikov2011-02-042-2/+38
* Fix bug on deprecated profilessimonbrandhof2011-02-041-1/+1
* Upgrade copyright headerssimonbrandhof2011-02-04332-2239/+2239
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-032-26/+72
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-021-3/+7
* Merge branch 'SONAR-2094'simonbrandhof2011-02-021-2/+13
|\
| * SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-011-2/+13
* | Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces...simonbrandhof2011-02-022-12/+34
* | SONAR-2137: Fix updating of past violationsEvgeny Mandrikov2011-02-021-1/+1
|/
* Add missing deprecated annotationsEvgeny Mandrikov2011-02-014-12/+17
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-315-61/+75
* Add properties "sonar.projectName" and "sonar.projectDescription"Evgeny Mandrikov2011-01-311-0/+10
* Add some unit testssimonbrandhof2011-01-281-7/+46
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-286-219/+134
* Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resourc...simonbrandhof2011-01-281-0/+6
* add helper methods to Qualifiers + do not accept null parameterssimonbrandhof2011-01-282-22/+63
* add methods Scopes#isHigherThan() and isHigherThanOrEquals()simonbrandhof2011-01-282-5/+48
* SONAR-2151: Add new property to manage source encodingEvgeny Mandrikov2011-01-284-11/+34
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-281-10/+10
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-276-87/+87
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-262-1/+35
* Add javadoc to InputFile + improve JavaFile#toString()simonbrandhof2011-01-262-9/+7