aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | * Remove unused method DefaultDecoratorContext#getSession() and as a result dependency on DatabaseSession * Replace DefaultIndex by SonarIndex in DefaultDecoratorContext and in DefaultSensorContext
* 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() ↵simonbrandhof2011-03-082-3/+110
| | | | to DateUtils
* SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵simonbrandhof2011-03-071-1/+2
| | | | measures drilldown
* SONAR-2257 Cleanup sonar-plugin-api dependenciesEvgeny Mandrikov2011-03-041-28/+10
| | | | | | Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies. We can't remove hibernate-annotations for the moment, because it's used, however should be removed in future.
* 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 ↵simonbrandhof2011-02-282-5/+60
| | | | MeasureUtils.getVariationAsLong(...)
* 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 ↵simonbrandhof2011-02-256-51/+573
| | | | step to get an immutable Metric class
* 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
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+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
| | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors
* SONAR-2172: New extension point - AbstractInitializerEvgeny Mandrikov2011-02-053-3/+52
| | | | | | | | | * Mark interface DependsUponMavenPlugin by annotation SupportedEnvironment with value "maven" * Extract CoberturaMavenInitializer from CoberturaSensor * Extract CloverMavenInitializer from CloverSensor
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-042-102/+0
| | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven
* 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
|