aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* Define new constants in DecoratorBarrierssimonbrandhof2011-04-282-10/+41
* Fix NPEEvgeny Mandrikov2011-04-281-1/+1
* Remove System.out.printlnEvgeny Mandrikov2011-04-281-1/+0
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-281-3/+7
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-271-4/+21
* SONAR-2266 ProjectFileSystem should return only existing source and test dire...Evgeny Mandrikov2011-04-272-4/+14
* SONAR-2323 Remove logs specific to Mavensimonbrandhof2011-04-271-1/+1
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-262-2/+3
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-212-8/+8
* SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs pluginEvgeny Mandrikov2011-04-211-0/+5
* Fix crlfEvgeny Mandrikov2011-04-205-763/+763
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-203-308/+430
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-201-234/+253
* [SONAR-2347] Close a review when its corresponding violation does notFabrice Bellingard2011-04-201-78/+80
* SONAR-1865 Dollars ($) are not accepted in java class namessimonbrandhof2011-04-151-6/+0
* 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-121-24/+2
* API: add methods to InputFileUtilssimonbrandhof2011-04-111-3/+31
* API: add the file org.sonar.api.resources.InputFileUtilssimonbrandhof2011-04-101-0/+126
* SONAR-2322 Filter unit tests files listed in surefire reportssimonbrandhof2011-04-081-18/+12
* 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
* SONAR-2279 API : new extension points to handle lifecycle eventsEvgeny Mandrikov2011-03-316-0/+277
* fix CIsimonbrandhof2011-03-281-1/+1
* Fix coding violationssimonbrandhof2011-03-2710-13/+24
* fix coding violationssimonbrandhof2011-03-274-8/+13
* 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-162-3/+7
* 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-141-16/+38
* SONAR-2274 API: add utility class to execute command-linessimonbrandhof2011-03-133-0/+247
* 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-081-3/+44
* 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-012-60/+42
* 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-281-4/+36
* SONAR-1914 reload measures with PersistenceMode.DATABASE on demandsimonbrandhof2011-02-263-0/+20
* 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-251-39/+20