These system properties can be added to the command line to alter the way
findbugs works. These options should be considered experimental. The description
gives information if the field is set to true.
System Property | Description |
findbugs.gui.noSummary |
Don't create the report summary |
findbugs.de.comment |
Don't report empty catch blocks if a source comment is found in the block. |
findbugs.maskedfields.locals |
Report on local variables that mask fields. |
findbugs.refcomp.reportAll |
? |
fis.eval |
? |
fis.noAdjustSubclass |
? |
fos.allowWUS |
Ignore wrapping streams that are wrapping uninteresting streams (like in memory streams). |
ic.createInstance |
? |
mrc.checkall |
Check for 1.5 specific method return values being ignored |
sf.comment |
Ignore switch fall thru cases if a source comment is found with the word 'fall' in it. |
findbugs.sf.comment |
Ignore switch fall thru bugs if a comment is found with 'fall' or 'nobreak'
|
findbugs.assertionmethods |
methods supplied by user that have assertions |
cfgbuilder.staticFieldExceptions |
? |
cfgbuilder.ldcExceptions |
? |
dataflow.stackonly |
? |
inva.noSplitDowngradeNSP |
? |
inva.noSwitchDefaultAsException |
? |
findbugs.nullderef.assumensp |
? |
ta.accurateExceptions |
? |
vna.noRLE |
? |