aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-findbugs-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2594 FindBugs plugin should support localized violationsEvgeny Mandrikov2012-07-094-1/+24
|
* Improve coverage of FindbugsConfigurationEvgeny Mandrikov2012-07-092-11/+50
|
* SONAR-3572 Remove useless property 'sonar.findbugs.generateXml'Evgeny Mandrikov2012-07-093-28/+4
|
* SONAR-3572 FindBugs plugin should log violation only on the primary location ↵Evgeny Mandrikov2012-07-0615-190/+234
| | | | of a bug instance
* Fix violationsFabrice Bellingard2012-05-241-8/+10
|
* SONAR-3074 Improve the logging when duplicate FB plugin is loadedFabrice Bellingard2012-05-201-2/+7
|
* SONAR-3074 Add comments into the code about FB issue with Security ManagerFabrice Bellingard2012-05-181-0/+7
|
* SONAR-3074 Disable update check for every FB pluginFabrice Bellingard2012-05-161-0/+8
|
* SONAR-3074 Keep SecurityManager in memory because FB plays with itFabrice Bellingard2012-05-161-0/+2
| | | | | => which causes an "access denied" on shutdown of the executor service
* SONAR-3074 Add new Findbugs 2.0 new rulesFabrice Bellingard2012-05-153-5/+244
|
* SONAR-3074 Update code to use Findbugs 2.0 Fabrice Bellingard2012-05-151-32/+40
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-1/+3
|
* Remove warningsDavid Gageot2012-04-272-21/+24
|
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-1/+2
|
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-19/+24
|
* Fix some quality flawsEvgeny Mandrikov2012-02-171-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-1039-39/+39
|
* SONAR-3054 Change some Findbugs rule titlesEvgeny Mandrikov2011-12-201-6/+6
|
* Fix violationsEvgeny Mandrikov2011-11-071-12/+12
|
* Revert "SONAR-2594 Fix tests"Evgeny Mandrikov2011-10-271-4/+0
| | | | This reverts commit 6c0ae292c9d12eaa61b1507831eb9905ea2c6c40.
* Revert "SONAR-2594 FindBugs plugin should support localized violations"Evgeny Mandrikov2011-10-272-11/+0
| | | | This reverts commit 84d96bf6ada999fe22db0551b3e9d56f6605c9bd.
* SONAR-2594 Fix testsEvgeny Mandrikov2011-10-191-0/+4
|
* SONAR-2594 FindBugs plugin should support localized violationsEvgeny Mandrikov2011-10-192-0/+11
|
* SONAR-2873 FindBugs should be disposed after usageEvgeny Mandrikov2011-10-101-1/+5
|
* Fix new violationsSimon Brandhof2011-08-021-3/+3
|
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-292-3331/+1153
|
* SONAR-2477 Allow to use FindBugs filter-files with exclusionsEvgeny Mandrikov2011-07-128-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 threadsEvgeny Mandrikov2011-06-211-1/+4
|
* Reduce technical debtsimonbrandhof2011-05-051-1/+0
|
* Remove some dead codesimonbrandhof2011-05-051-1/+0
|
* SONAR-2323 Remove logs specific to Mavensimonbrandhof2011-04-271-1/+1
|
* SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs pluginEvgeny Mandrikov2011-04-212-10/+1
|
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵Evgeny Mandrikov2011-04-152-9/+1
| | | | and findbugs plugins
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-121-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 executionEvgeny Mandrikov2011-04-051-10/+24
|
* Fix crlfEvgeny Mandrikov2011-04-045-39/+39
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-042-14/+35
|
* Fix coding violationssimonbrandhof2011-03-271-9/+8
|
* SONAR-2231 Don't use module sonar-deprecated in core pluginsEvgeny Mandrikov2011-02-231-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 pluginsEvgeny Mandrikov2011-02-091-8/+58
|
* Upgrade copyright headerssimonbrandhof2011-02-0436-174/+174
|
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵simonbrandhof2011-02-031-386/+772
| | | | multiple + replace the deprecated attribute 'priority' by a node
* SONAR-1280: Fix unit testEvgeny Mandrikov2011-02-011-1/+2
|
* SONAR-1280: Add experimental Findbugs rulesEvgeny Mandrikov2011-02-011-2/+154
|
* SONAR-1481: Allow Findbugs extensionsJason Bennett2011-01-064-103/+127
| | | | Apply contributed patch
* Minor fix.Godin2010-12-171-15/+9
|
* Fix typosGodin2010-12-061-1/+1
|
* SONAR-2011:Godin2010-12-062-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 headerGodin2010-12-032-32/+25
|
* SONAR-2007 remove iso categories from checkstyle, pmd and findbugssimonbrandhof2010-12-031-377/+377
|