aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-findbugs-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-3074 Add new Findbugs 2.0 new rulesFabrice Bellingard2012-05-152-0/+240
* 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-271-12/+15
* 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-1025-25/+25
* SONAR-3054 Change some Findbugs rule titlesEvgeny Mandrikov2011-12-201-6/+6
* Fix violationsEvgeny Mandrikov2011-11-071-12/+12
* Revert "SONAR-2594 FindBugs plugin should support localized violations"Evgeny Mandrikov2011-10-272-11/+0
* 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-291-3330/+1153
* SONAR-2477 Allow to use FindBugs filter-files with exclusionsEvgeny Mandrikov2011-07-125-14/+102
* 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-211-2/+1
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd an...Evgeny Mandrikov2011-04-151-1/+1
* SONAR-2332 Findbugs plugin must remove temporary files created during executionEvgeny Mandrikov2011-04-051-10/+24
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-14/+1
* Fix coding violationssimonbrandhof2011-03-271-9/+8
* Fix loading of findbugs pluginsEvgeny Mandrikov2011-02-091-8/+58
* Upgrade copyright headerssimonbrandhof2011-02-0424-162/+162
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to mu...simonbrandhof2011-02-031-386/+772
* SONAR-1280: Add experimental Findbugs rulesEvgeny Mandrikov2011-02-011-2/+154
* SONAR-1481: Allow Findbugs extensionsJason Bennett2011-01-061-4/+15
* Minor fix.Godin2010-12-171-15/+9
* Fix typosGodin2010-12-061-1/+1
* SONAR-2011:Godin2010-12-061-5/+5
* SONAR-2007 remove iso categories from checkstyle, pmd and findbugssimonbrandhof2010-12-031-377/+377
* Fix violations reported on NemoGodin2010-11-252-13/+7
* SONAR-2005: Remove the useless Findbugs rule "DMI_VACUOUS_CALL_TO_EASYMOCK_ME...Godin2010-11-252-10/+0
* Fix violations reported on NemoGodin2010-11-255-16/+20
* SONAR-1979: Add missing FindBugs rule - Dead store due to switch statement fa...Godin2010-11-232-1/+14
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ...Godin2010-11-151-1/+1
* SONAR-1977: Ignore violations from findbugs report, if rule not activated in ...Godin2010-11-151-7/+11
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ...Godin2010-11-023-91/+20
* SONAR-1772: Use method getURL() from org.sonar.api.platform.ServerGodin2010-11-021-7/+6
* add some missing license headersGodin2010-11-023-14/+79
* SONAR-1772: Add unit test for FindbugsDownloaderGodin2010-11-021-4/+29
* SONAR-1772: Add annotations.jar and jsr305.jar to auxiliary classpath before ...Godin2010-11-013-13/+75
* SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap"Godin2010-10-251-8/+0
* SONAR-1772: Minor fixesGodin2010-10-213-3/+3