Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert trunk version to 2.5-SNAPSHOT | simonbrandhof | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5 | simonbrandhof | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | Minor fix. | Godin | 2010-12-17 | 1 | -15/+9 |
| | |||||
* | Fix typos | Godin | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | SONAR-2011: | Godin | 2010-12-06 | 3 | -21/+21 |
| | | | | | * Deprecate Project.getPom() * Decrease scope of dependency on maven-project from provided to test for sonar-findbugs-plugin | ||||
* | SONAR-2011: Remove unused dependencies on maven-plugin-api and maven-core ↵ | Godin | 2010-12-03 | 1 | -10/+5 |
| | | | | from sonar-findbugs-plugin | ||||
* | Core Plugins: don't use deprecated methods, add missing license header | Godin | 2010-12-03 | 2 | -32/+25 |
| | |||||
* | SONAR-2007 remove iso categories from checkstyle, pmd and findbugs | simonbrandhof | 2010-12-03 | 1 | -377/+377 |
| | |||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 4 | -26/+29 |
| | |||||
* | Fix violations reported on Nemo | Godin | 2010-11-25 | 2 | -13/+7 |
| | |||||
* | SONAR-2005: Remove the useless Findbugs rule ↵ | Godin | 2010-11-25 | 4 | -12/+5 |
| | | | | "DMI_VACUOUS_CALL_TO_EASYMOCK_METHOD" | ||||
* | Fix violations reported on Nemo | Godin | 2010-11-25 | 5 | -16/+20 |
| | |||||
* | SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement ↵ | Godin | 2010-11-23 | 2 | -1/+14 |
| | | | | fall through to throw | ||||
* | SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵ | Godin | 2010-11-15 | 1 | -1/+1 |
| | | | | Sonar | ||||
* | SONAR-1977: Ignore violations from findbugs report, if rule not activated in ↵ | Godin | 2010-11-15 | 5 | -15/+76 |
| | | | | Sonar | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.4-RC1 | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | SONAR-1915: Deploy core plugins to maven repository | Godin | 2010-11-03 | 1 | -6/+0 |
| | |||||
* | SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ↵ | Godin | 2010-11-02 | 7 | -152/+39 |
| | | | | launching Findbugs analysis | ||||
* | SONAR-1772: Use method getURL() from org.sonar.api.platform.Server | Godin | 2010-11-02 | 2 | -12/+11 |
| | |||||
* | add some missing license headers | Godin | 2010-11-02 | 6 | -14/+136 |
| | |||||
* | SONAR-1772: Add unit test for FindbugsDownloader | Godin | 2010-11-02 | 2 | -4/+88 |
| | |||||
* | SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ↵ | Godin | 2010-11-01 | 5 | -19/+81 |
| | | | | launching Findbugs analysis | ||||
* | SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap" | Godin | 2010-10-25 | 1 | -8/+0 |
| | |||||
* | 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-1772: Use existing rules config | Godin | 2010-10-21 | 4 | -15/+55 |
| | |||||
* | SONAR-1772: Use existing rules config | Godin | 2010-10-20 | 4 | -18/+40 |
| | |||||
* | 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-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 | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3 | simonbrandhof | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | API: apply the same pattern between rules and profiles API. The extension ↵ | simonbrandhof | 2010-10-08 | 4 | -10/+11 |
| | | | | 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 | 2 | -8/+4 |
| | | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended. | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3-RC2 | simonbrandhof | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | upgrade trunk to 2.4-SNAPSHOT | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.3-RC1 | simonbrandhof | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser | simonbrandhof | 2010-09-30 | 1 | -2/+2 |
| |