Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2594 FindBugs plugin should support localized violations | Evgeny Mandrikov | 2012-07-09 | 4 | -1/+24 |
| | |||||
* | Improve coverage of FindbugsConfiguration | Evgeny Mandrikov | 2012-07-09 | 2 | -11/+50 |
| | |||||
* | SONAR-3572 Remove useless property 'sonar.findbugs.generateXml' | Evgeny Mandrikov | 2012-07-09 | 3 | -28/+4 |
| | |||||
* | SONAR-3572 FindBugs plugin should log violation only on the primary location ↵ | Evgeny Mandrikov | 2012-07-06 | 15 | -190/+234 |
| | | | | of a bug instance | ||||
* | Fix violations | Fabrice Bellingard | 2012-05-24 | 1 | -8/+10 |
| | |||||
* | SONAR-3074 Improve the logging when duplicate FB plugin is loaded | Fabrice Bellingard | 2012-05-20 | 1 | -2/+7 |
| | |||||
* | SONAR-3074 Add comments into the code about FB issue with Security Manager | Fabrice Bellingard | 2012-05-18 | 1 | -0/+7 |
| | |||||
* | SONAR-3074 Disable update check for every FB plugin | Fabrice Bellingard | 2012-05-16 | 1 | -0/+8 |
| | |||||
* | SONAR-3074 Keep SecurityManager in memory because FB plays with it | Fabrice Bellingard | 2012-05-16 | 1 | -0/+2 |
| | | | | | => which causes an "access denied" on shutdown of the executor service | ||||
* | SONAR-3074 Add new Findbugs 2.0 new rules | Fabrice Bellingard | 2012-05-15 | 3 | -5/+244 |
| | |||||
* | SONAR-3074 Update code to use Findbugs 2.0 | Fabrice Bellingard | 2012-05-15 | 1 | -32/+40 |
| | |||||
* | Code cleaning : Remove indirect access to static member | David Gageot | 2012-04-27 | 1 | -1/+3 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 2 | -21/+24 |
| | |||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 1 | -1/+2 |
| | |||||
* | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 1 | -19/+24 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 39 | -39/+39 |
| | |||||
* | SONAR-3054 Change some Findbugs rule titles | Evgeny Mandrikov | 2011-12-20 | 1 | -6/+6 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 1 | -12/+12 |
| | |||||
* | Revert "SONAR-2594 Fix tests" | Evgeny Mandrikov | 2011-10-27 | 1 | -4/+0 |
| | | | | This reverts commit 6c0ae292c9d12eaa61b1507831eb9905ea2c6c40. | ||||
* | Revert "SONAR-2594 FindBugs plugin should support localized violations" | Evgeny Mandrikov | 2011-10-27 | 2 | -11/+0 |
| | | | | This reverts commit 84d96bf6ada999fe22db0551b3e9d56f6605c9bd. | ||||
* | SONAR-2594 Fix tests | Evgeny Mandrikov | 2011-10-19 | 1 | -0/+4 |
| | |||||
* | SONAR-2594 FindBugs plugin should support localized violations | Evgeny Mandrikov | 2011-10-19 | 2 | -0/+11 |
| | |||||
* | SONAR-2873 FindBugs should be disposed after usage | Evgeny Mandrikov | 2011-10-10 | 1 | -1/+5 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 1 | -3/+3 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 2 | -3331/+1153 |
| | |||||
* | SONAR-2477 Allow to use FindBugs filter-files with exclusions | Evgeny Mandrikov | 2011-07-12 | 8 | -16/+202 |
| | | | | | | | Added parameter "sonar.findbugs.excludesFilters". This parameter will be automatically configured based on configuration for findbugs-maven-plugin. However it can reference only local files, even if findbugs-maven-plugin supports resources and URLs. | ||||
* | SONAR-2536 Execution of FindBugs should not leave unterminated threads | Evgeny Mandrikov | 2011-06-21 | 1 | -1/+4 |
| | |||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -1/+0 |
| | |||||
* | Remove some dead code | simonbrandhof | 2011-05-05 | 1 | -1/+0 |
| | |||||
* | SONAR-2323 Remove logs specific to Maven | simonbrandhof | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs plugin | Evgeny Mandrikov | 2011-04-21 | 2 | -10/+1 |
| | |||||
* | Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵ | Evgeny Mandrikov | 2011-04-15 | 2 | -9/+1 |
| | | | | and findbugs plugins | ||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 1 | -2/+2 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | SONAR-2332 Findbugs plugin must remove temporary files created during execution | Evgeny Mandrikov | 2011-04-05 | 1 | -10/+24 |
| | |||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-04 | 5 | -39/+39 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -14/+35 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -9/+8 |
| | |||||
* | SONAR-2231 Don't use module sonar-deprecated in core plugins | Evgeny Mandrikov | 2011-02-23 | 1 | -23/+0 |
| | | | | | | | | * Create new implementation of PmdViolationsXmlParser for sonar-pmd-plugin * Remove unused method in sonar-findbugs-plugin and remove dependency * Just remove dependency in sonar-squid-java-plugin | ||||
* | Fix loading of findbugs plugins | Evgeny Mandrikov | 2011-02-09 | 1 | -8/+58 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 36 | -174/+174 |
| | |||||
* | SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵ | simonbrandhof | 2011-02-03 | 1 | -386/+772 |
| | | | | multiple + replace the deprecated attribute 'priority' by a node | ||||
* | SONAR-1280: Fix unit test | Evgeny Mandrikov | 2011-02-01 | 1 | -1/+2 |
| | |||||
* | SONAR-1280: Add experimental Findbugs rules | Evgeny Mandrikov | 2011-02-01 | 1 | -2/+154 |
| | |||||
* | SONAR-1481: Allow Findbugs extensions | Jason Bennett | 2011-01-06 | 4 | -103/+127 |
| | | | | Apply contributed patch | ||||
* | Minor fix. | Godin | 2010-12-17 | 1 | -15/+9 |
| | |||||
* | Fix typos | Godin | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | SONAR-2011: | Godin | 2010-12-06 | 2 | -14/+11 |
| | | | | | * Deprecate Project.getPom() * Decrease scope of dependency on maven-project from provided to test for 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 |
| |