Author: kwin
Date: Wed Feb 25 14:10:02 2015
New Revision: 1662217
URL: http://svn.apache.org/r1662217
Log:
reorder paragraph around findbugs visitors
Modified:
sling/site/trunk/content/documentation/development/jsr-305.mdtext
Modified: sling/site/trunk/content/documentation/development/jsr-305.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/jsr-305.mdtext?rev=1662217&r1=1662216&r2=1662217&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/jsr-305.mdtext (original)
+++ sling/site/trunk/content/documentation/development/jsr-305.mdtext Wed Feb
25 14:10:02 2015
@@ -31,6 +31,8 @@ Findbugs evaluates the used annotations
* FindNullDeref
* FindNullDerefsInvolvingNonShortCircuitEvaluation
+A complete list of visitors class names in Findbugs can be found in the
[sourcecode](https://code.google.com/p/findbugs/source/browse/#git%2Ffindbugs%2Fsrc%2Fjava%2Fedu%2Fumd%2Fcs%2Ffindbugs%2Fdetect%253Fstate%253Dclosed).
The according [bug
patterns](http://findbugs.sourceforge.net/bugDescriptions.html) have an
identifier (in parenthesis) for which you can search in the according Java
classes, in case you want to extend the checks.
+
Findbugs is also integrated in
[Sonarqube](http://docs.sonarqube.org/display/SONAR/Findbugs+Plugin).
## Use With Maven
@@ -54,6 +56,6 @@ You can also let Maven automatically run
</executions>
</plugin>
-This example only runs those checks which are related to null checks. A
complete list of visitors class names in Findbugs can be found in the
[sourcecode](https://code.google.com/p/findbugs/source/browse/#git%2Ffindbugs%2Fsrc%2Fjava%2Fedu%2Fumd%2Fcs%2Ffindbugs%2Fdetect%253Fstate%253Dclosed).
The according [bug
patterns](http://findbugs.sourceforge.net/bugDescriptions.html) have an
identifier (in parenthesis) for which you can search in the according Java
classes, in case you want to extend the checks.
+
The results are often very imprecise
([MFINDBUGS-208](http://jira.codehaus.org/browse/MFINDBUGS-208)), especially
when it comes to line numbers, therefore it is best to start the Findbugs GUI
in case of errors found by this plugin via `mvn findbugs:gui`.
\ No newline at end of file