summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-1832: Improve detection of line numbersGodin2010-10-232-13/+31
|
* SONAR-1832: Improve rule definitionGodin2010-10-233-25/+29
|
* SONAR-1832: Use new rules apiGodin2010-10-2314-121/+153
|
* SONAR-1830 support rating metrics in alertssimonbrandhof2010-10-221-6/+18
|
* SONAR-1772: Minor fixesGodin2010-10-214-4/+5
|
* SONAR-1772: Remove old code, add testsGodin2010-10-2111-626/+168
|
* SONAR-1772: Don't allow to reuse existing rules config for findbugsGodin2010-10-213-51/+4
|
* SONAR-1772: Use existing rules configGodin2010-10-214-26/+25
|
* SONAR-1832: Create an architecture rule engineGodin2010-10-212-38/+67
|
* SONAR-1772: Use existing rules configGodin2010-10-214-15/+55
|
* SONAR-1832: Create an architecture rule engineGodin2010-10-2110-1/+252
|
* SONAR-1772: Use existing rules configGodin2010-10-204-18/+40
|
* SONAR-1808: Fix possible NPEGodin2010-10-201-1/+2
|
* SONAR-1808: Add CoberturaUtilsGodin2010-10-203-17/+17
|
* SONAR-1808: Add CoberturaUtilsGodin2010-10-204-92/+133
|
* SONAR-1784: Add SurefireUtilsGodin2010-10-2011-88/+98
|
* SONAR-1772:Godin2010-10-192-1/+29
| | | | | * Don't use existing rules config * Add more tests
* SONAR-1772: Reuse reportGodin2010-10-192-8/+63
|
* SONAR-1772: Add FindbugsNativeSensorTestGodin2010-10-192-5/+54
|
* SONAR-1772: Fix dependencies for findbugs in order to avoid 'VerifyError: ↵Godin2010-10-191-3/+11
| | | | Cannot inherit from final class'
* SONAR-1772:Godin2010-10-196-11/+29
| | | | | * Provide aux classpath for findbugs * Produce xml report with messages
* SONAR-1772: Add FindbugsVersionTestGodin2010-10-181-0/+15
|
* SONAR-1784: Move AbstractSurefireParser to package ↵Godin2010-10-182-2/+6
| | | | org.sonar.plugins.surefire.api
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-181-1/+1
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1772: Execute findbugs in separate thread and terminate after ↵Godin2010-10-184-3/+35
| | | | "sonar.findbugs.timeout" milliseconds
* SONAR-1772:Godin2010-10-186-12/+65
| | | | | * Add FindbugsVersion * Use sonar.findbugs.effort
* SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot ↵Godin2010-10-1811-4/+1443
| | | | the Findbugs library
* SONAR-1808: Move AbstractCoberturaParser to package ↵Godin2010-10-182-1/+2
| | | | org.sonar.plugins.cobertura.api
* SONAR-1808: Fix CoberturaSensor.Godin2010-10-171-1/+1
|
* 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
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-1211-11/+11
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-1211-11/+11
|
* API: apply the same pattern between rules and profiles API. The extension ↵simonbrandhof2010-10-089-25/+29
| | | | point to define rules is org.sonar.api.rules.RuleRepository. The classes AnnotationRuleParser and XMLRuleParser are components that can be used but not extended.
* API: improve the pattern to define quality profiles. The extension point is ↵simonbrandhof2010-10-0811-33/+43
| | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-089-67/+108
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-0511-11/+11
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-0511-11/+11
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-3011-11/+11
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-3011-11/+11
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-3011-13/+12
|
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-303-8/+8
|
* remove use of deprecated constructors in CoberturaSensor and CloverSensorsimonbrandhof2010-09-294-63/+51
|
* SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of ↵simonbrandhof2010-09-283-11/+34
| | | | measure tendencies
* checkstyle unit tests must not request http://www.puppycrawl.com when ↵simonbrandhof2010-09-282-7/+15
| | | | parsing XML. It avoids building sonar in offline mode.
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵simonbrandhof2010-09-242-4/+15
| | | | creation of resources in methods saveViolation() and saveMeasure().
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-245-9/+4
| | | | does not work
* fix SONAR-1802 : Can't import FindBugs profile when some rules are ↵fmallet2010-09-233-11/+13
| | | | duplicated in the findbugs.xml configuration file
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-234-4/+3
|