aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1808: Add "since" javadocGodin2010-10-171-0/+3
* SONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor.Godin2010-10-172-144/+163
* SONAR-1784: Extract AbstractSurefireParser from SurefireSensor.Godin2010-10-172-105/+126
* SONAR-1869: Fix creation of attribute 'Plugin-ChildFirstClassLoader'Godin2010-10-161-1/+1
* SONAR-1680: Should be possible to replace dependency provided by sonar-plugin...Godin2010-10-163-0/+98
* SONAR-1862:Godin2010-10-1616-57/+102
* SONAR-1868: sonar-packaging-maven-plugin - extract plugin key from artifact idGodin2010-10-162-1/+34
* SONAR-1869: sonar-packaging-maven-plugin - should be possible to specify dele...Godin2010-10-164-41/+73
* SONAR-1862: Implement a child-first classloader strategy for pluginsGodin2010-10-161-8/+33
* SONAR-1838:Godin2010-10-151-3/+7
* upgrade to assembly mojo 2.2simonbrandhof2010-10-151-1/+1
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplica...bellingard2010-10-151-2/+15
* SONAR-1838: Allow inter-dependencies for pluginsGodin2010-10-154-40/+135
* soanr-dev-maven-plugin: add a log to show that sonar is startedsimonbrandhof2010-10-141-0/+1
* SONAR-1859 Add the boolean property 'sonar.copyPluginProperty'simonbrandhof2010-10-142-1/+24
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplica...bellingard2010-10-141-1/+35
* SONAR-1858: Do not package sonar-plugin dependenciesGodin2010-10-145-4/+101
* SONAR-1818: Add @threadSafe support for maven3Godin2010-10-144-2/+4
* [SONAR-1853] Create a new CodeReaderFilter mechanism to prevent logic duplica...bellingard2010-10-144-21/+152
* SONAR-1856 Filters must exclude measures on quality model characteristicssimonbrandhof2010-10-141-1/+1
* fix URL in /extensions/rules/checkstyle/README.txt and pmd/extensions/rules/p...simonbrandhof2010-10-132-2/+2
* SONAR-1851 fix version of maven3 artifactssimonbrandhof2010-10-121-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-1238-41/+41
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-1238-41/+41
* SONAR-1697 XML default property values are not correctly displayed in the Set...simonbrandhof2010-10-122-9/+14
* fix compatibility with Java 1.5simonbrandhof2010-10-115-10/+34
* trying to fix a unit test which sometimes fails on windowssimonbrandhof2010-10-111-1/+2
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-112-27/+5
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-113-6/+5
* fix build compatibility with Java 1.5simonbrandhof2010-10-115-11/+36
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-111-4/+4
* [maven-release-plugin] prepare release sonar-dev-maven-plugin-0.9simonbrandhof2010-10-111-4/+4
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-115-9/+12
* Fix for SONAR-1848Godin2010-10-111-0/+6
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-091-4/+4
* [maven-release-plugin] prepare release sonar-dev-maven-plugin-0.8simonbrandhof2010-10-091-4/+4
* SONAR-1839: Should be possible to execute integration tests using Maven 3.0Godin2010-10-082-6/+15
* SONAR-1843 The webservice /api/properties fails when requested format is XMLsimonbrandhof2010-10-081-1/+1
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-0813-70/+58
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-0835-351/+297
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-089-67/+108
* minor update of the CSS class .background-graysimonbrandhof2010-10-061-3/+3
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-0538-41/+41
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-0538-41/+41
* remove the CSS class 'data2' => reverted to 'data'simonbrandhof2010-10-0519-85/+53
* quality model API: simplify difference between property numeric value and tex...simonbrandhof2010-10-045-75/+41
* fix the vertical alignment issue in filter pagessimonbrandhof2010-10-042-10/+12
* SONAR-1833 treemap ignores fractional part of metricssimonbrandhof2010-10-041-1/+1
* fix alignment of tendency icons in the components pagesimonbrandhof2010-10-041-2/+1
* quality model API: removeCharacteristic() must support disabled characteristicssimonbrandhof2010-10-041-1/+8