Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-1832: Improve detection of line numbers | Godin | 2010-10-23 | 2 | -13/+31 | |
| | ||||||
* | SONAR-1832: Improve rule definition | Godin | 2010-10-23 | 3 | -25/+29 | |
| | ||||||
* | SONAR-1832: Use new rules api | Godin | 2010-10-23 | 14 | -121/+153 | |
| | ||||||
* | SONAR-1830 support rating metrics in alerts | simonbrandhof | 2010-10-22 | 1 | -6/+18 | |
| | ||||||
* | SONAR-1772: Minor fixes | Godin | 2010-10-21 | 4 | -4/+5 | |
| | ||||||
* | SONAR-1772: Remove old code, add tests | Godin | 2010-10-21 | 11 | -626/+168 | |
| | ||||||
* | SONAR-1772: Don't allow to reuse existing rules config for findbugs | Godin | 2010-10-21 | 3 | -51/+4 | |
| | ||||||
* | SONAR-1772: Use existing rules config | Godin | 2010-10-21 | 4 | -26/+25 | |
| | ||||||
* | SONAR-1832: Create an architecture rule engine | Godin | 2010-10-21 | 2 | -38/+67 | |
| | ||||||
* | SONAR-1772: Use existing rules config | Godin | 2010-10-21 | 4 | -15/+55 | |
| | ||||||
* | SONAR-1832: Create an architecture rule engine | Godin | 2010-10-21 | 10 | -1/+252 | |
| | ||||||
* | SONAR-1772: Use existing rules config | Godin | 2010-10-20 | 4 | -18/+40 | |
| | ||||||
* | SONAR-1808: Fix possible NPE | Godin | 2010-10-20 | 1 | -1/+2 | |
| | ||||||
* | SONAR-1808: Add CoberturaUtils | Godin | 2010-10-20 | 3 | -17/+17 | |
| | ||||||
* | SONAR-1808: Add CoberturaUtils | Godin | 2010-10-20 | 4 | -92/+133 | |
| | ||||||
* | SONAR-1784: Add SurefireUtils | Godin | 2010-10-20 | 11 | -88/+98 | |
| | ||||||
* | SONAR-1772: | Godin | 2010-10-19 | 2 | -1/+29 | |
| | | | | | * Don't use existing rules config * Add more tests | |||||
* | SONAR-1772: Reuse report | Godin | 2010-10-19 | 2 | -8/+63 | |
| | ||||||
* | SONAR-1772: Add FindbugsNativeSensorTest | Godin | 2010-10-19 | 2 | -5/+54 | |
| | ||||||
* | SONAR-1772: Fix dependencies for findbugs in order to avoid 'VerifyError: ↵ | Godin | 2010-10-19 | 1 | -3/+11 | |
| | | | | Cannot inherit from final class' | |||||
* | SONAR-1772: | Godin | 2010-10-19 | 6 | -11/+29 | |
| | | | | | * Provide aux classpath for findbugs * Produce xml report with messages | |||||
* | SONAR-1772: Add FindbugsVersionTest | Godin | 2010-10-18 | 1 | -0/+15 | |
| | ||||||
* | SONAR-1784: Move AbstractSurefireParser to package ↵ | Godin | 2010-10-18 | 2 | -2/+6 | |
| | | | | org.sonar.plugins.surefire.api | |||||
* | SONAR-1772: Execute findbugs in separate thread and terminate after ↵ | Godin | 2010-10-18 | 1 | -1/+1 | |
| | | | | "sonar.findbugs.timeout" milliseconds | |||||
* | SONAR-1772: Execute findbugs in separate thread and terminate after ↵ | Godin | 2010-10-18 | 4 | -3/+35 | |
| | | | | "sonar.findbugs.timeout" milliseconds | |||||
* | SONAR-1772: | Godin | 2010-10-18 | 6 | -12/+65 | |
| | | | | | * Add FindbugsVersion * Use sonar.findbugs.effort | |||||
* | SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot ↵ | Godin | 2010-10-18 | 11 | -4/+1443 | |
| | | | | the Findbugs library | |||||
* | SONAR-1808: Move AbstractCoberturaParser to package ↵ | Godin | 2010-10-18 | 2 | -1/+2 | |
| | | | | org.sonar.plugins.cobertura.api | |||||
* | SONAR-1808: Fix CoberturaSensor. | Godin | 2010-10-17 | 1 | -1/+1 | |
| | ||||||
* | SONAR-1808: Add "since" javadoc | Godin | 2010-10-17 | 1 | -0/+3 | |
| | ||||||
* | SONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor. | Godin | 2010-10-17 | 2 | -144/+163 | |
| | ||||||
* | SONAR-1784: Extract AbstractSurefireParser from SurefireSensor. | Godin | 2010-10-17 | 2 | -105/+126 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-12 | 11 | -11/+11 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.3 | simonbrandhof | 2010-10-12 | 11 | -11/+11 | |
| | ||||||
* | API: apply the same pattern between rules and profiles API. The extension ↵ | simonbrandhof | 2010-10-08 | 9 | -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 ↵ | simonbrandhof | 2010-10-08 | 11 | -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) | simonbrandhof | 2010-10-08 | 9 | -67/+108 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-05 | 11 | -11/+11 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.3-RC2 | simonbrandhof | 2010-10-05 | 11 | -11/+11 | |
| | ||||||
* | upgrade trunk to 2.4-SNAPSHOT | simonbrandhof | 2010-09-30 | 11 | -11/+11 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-09-30 | 11 | -11/+11 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.3-RC1 | simonbrandhof | 2010-09-30 | 11 | -13/+12 | |
| | ||||||
* | rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser | simonbrandhof | 2010-09-30 | 3 | -8/+8 | |
| | ||||||
* | remove use of deprecated constructors in CoberturaSensor and CloverSensor | simonbrandhof | 2010-09-29 | 4 | -63/+51 | |
| | ||||||
* | SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of ↵ | simonbrandhof | 2010-09-28 | 3 | -11/+34 | |
| | | | | measure tendencies | |||||
* | checkstyle unit tests must not request http://www.puppycrawl.com when ↵ | simonbrandhof | 2010-09-28 | 2 | -7/+15 | |
| | | | | parsing XML. It avoids building sonar in offline mode. | |||||
* | SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵ | simonbrandhof | 2010-09-24 | 2 | -4/+15 | |
| | | | | creation of resources in methods saveViolation() and saveMeasure(). | |||||
* | SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵ | simonbrandhof | 2010-09-24 | 5 | -9/+4 | |
| | | | | does not work | |||||
* | fix SONAR-1802 : Can't import FindBugs profile when some rules are ↵ | fmallet | 2010-09-23 | 3 | -11/+13 | |
| | | | | duplicated in the findbugs.xml configuration file | |||||
* | add AnnotationRuleRepository to load rules from sonar-check-api annotations | simonbrandhof | 2010-09-23 | 4 | -4/+3 | |
| |