aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1865 Dollars ($) are not accepted in java class namessimonbrandhof2011-04-152-14/+5
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-121-2/+13
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-0/+12
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-122-26/+4
* API: add methods to InputFileUtilssimonbrandhof2011-04-112-16/+63
* API: add the file org.sonar.api.resources.InputFileUtilssimonbrandhof2011-04-102-0/+251
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-082-19/+15
* Fix typoEvgeny Mandrikov2011-04-051-1/+1
* Fix violationsEvgeny Mandrikov2011-04-059-27/+38
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-042-0/+50
* Fix crlfEvgeny Mandrikov2011-03-311-6/+6
* SONAR-2279 API : new extension points to handle lifecycle eventsEvgeny Mandrikov2011-03-316-0/+277
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
* fix CIsimonbrandhof2011-03-281-1/+1
* Fix coding violationssimonbrandhof2011-03-2710-13/+24
* fix coding violationssimonbrandhof2011-03-274-8/+13
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
* SONAR-2287 Add measures about new violations to filterssimonbrandhof2011-03-181-12/+48
* Add new_coverage metrics to filterssimonbrandhof2011-03-161-7/+0
* SONAR-2280 ProjectFileSystem.resolvePath should return canonical fileEvgeny Mandrikov2011-03-163-8/+30
* SONAR-2228 Fix equals and hashCode for ActiveRuleParamEvgeny Mandrikov2011-03-152-24/+24
* Use Metric.Builder factory in CoreMetricssimonbrandhof2011-03-141-8/+26
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-0/+8
* API: DateUtils is now thread-safesimonbrandhof2011-03-142-17/+122
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-139-0/+379
* Reduce dependencies on databaseEvgeny Mandrikov2011-03-121-0/+5
* API: improve DateUtils methods, but are not thread-safesimonbrandhof2011-03-111-13/+17
* API: add method Java#isJavaFile(java.io.File)simonbrandhof2011-03-111-0/+7
* add the method ProjectUtils.toIoFiles(..)simonbrandhof2011-03-091-0/+16
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t...simonbrandhof2011-03-082-3/+110
* SONAR-2218 add drilldown on new lines to cover + add period select-box on mea...simonbrandhof2011-03-071-1/+2
* SONAR-2257 Cleanup sonar-plugin-api dependenciesEvgeny Mandrikov2011-03-041-28/+10
* Remove useless configuration of maven-deploy-pluginEvgeny Mandrikov2011-03-041-6/+0
* 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