aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-findbugs-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3949 Extract sonar-findbugs-plugin into Sonar JavaEvgeny Mandrikov2012-12-04479-11751/+0
|
* Revert SONAR-3885 codeFabrice Bellingard2012-12-033-56/+31
| | | | | | | | | | This reverts commit ef9e63fa87b0a4cc943b969f972217163241869e. This reverts commit 0ca3e750948ff947c6ab5918cb7f36c9ad0095bb. This reverts commit b988f880e5658cb6cc733391de782ff539cd527b. This reverts commit ab832caa3878603fc087749732def51e1f4ffacc. This reverts commit 5d308f5d402522b2a387e30292187d71a3724ba8. This reverts commit 123ef89aa488f906363d5fba90951be7d430756a. This reverts commit 14de16c62104cff7d8cb0a272b1f3abb29458f6e.
* Fix test that assert on Findbugs violation message independent of Locale.Julien HENRY2012-11-271-2/+26
| | | | On my french laptop the test "shouldExecuteFindbugsWhenNoReportProvided" failed because Findbugs violation message was in french.
* SONARJAVA-15 Add log message, when FindBugs filter-file is usedEvgeny Mandrikov2012-11-071-0/+1
|
* SONARJAVA-14,SONARJAVA-18 Grab violations directly from FindBugsEvgeny Mandrikov2012-11-073-84/+50
|
* SONAR-3885 Configure Findbugs InclusionsDavid Gageot2012-11-063-38/+46
|
* SONAR-3885 Prepare Findbugs configuration for inclusionsDavid Gageot2012-11-062-23/+40
|
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* SONAR-3724 Validate rule repositories in unit testsDavid Gageot2012-10-052-12/+24
|
* Fix violationFabrice Bellingard2012-09-261-1/+1
|
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* SONAR-2325 Add the confidence level property on the Findbugs pluginFabrice Bellingard2012-09-255-6/+76
| | | | | => The Findbugs plugin should offer a way to filter bugs whose probability is not high enough
* SONAR-3823 Don't activate Findbugs extensions on non-Java projectsFabrice Bellingard2012-09-244-12/+89
|
* SONAR-3754 Use multi-values for a couple of propertiesDavid Gageot2012-09-211-2/+6
|
* SONAR-3783 Core plugin not able to have his own l10n bundleFabrice Bellingard2012-09-18416-2/+3116
| | | => Move the bundles in the plugins they are related to.
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Reformat Findbugs rules.xml for better readabilityEvgeny Mandrikov2012-08-081-859/+399
|
* Fix EOLsEvgeny Mandrikov2012-08-081-1/+1
|
* SONAR-3699 Upgrade to FindBugs 2.0.1Evgeny Mandrikov2012-08-075-5/+66
| | | | | | | | | | New rules: * PT_ABSOLUTE_PATH_TRAVERSAL * PT_RELATIVE_PATH_TRAVERSAL * NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR * MS_SHOULD_BE_REFACTORED_TO_BE_FINAL * BC_UNCONFIRMED_CAST_OF_RETURN_VALUE * TQ_COMPARING_VALUES_WITH_INCOMPATIBLE_TYPE_QUALIFIERS
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* 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
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* 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
* Fix the build by removing unused dependency.David Gageot2012-05-151-7/+0
| | | This dependency is not found in Maven Central.
* 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-152-34/+49
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-1/+3
|
* Remove warningsDavid Gageot2012-04-272-21/+24
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* 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
|