Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: doc/manual/analysisprops.html

Issue 1232833004: Update findbugs from 3.0.0 to 3.0.1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/findbugs.git@master
Patch Set: rebase again Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « doc/manual/acknowledgments.html ('k') | doc/manual/annotations.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
3 <title>Chapter&nbsp;9.&nbsp;Analysis Properties</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" ti tle="FindBugs&#8482; Manual"><link rel="up" href="index.html" title="FindBugs&#8 482; Manual"><link rel="prev" href="filter.html" title="Chapter&nbsp;8.&nbsp;Fil ter Files"><link rel="next" href="annotations.html" title="Chapter&nbsp;10.&nbsp ;Annotations"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#8 40084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navig ation header"><tr><th colspan="3" align="center">Chapter&nbsp;9.&nbsp;Analysis P roperties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="filte r.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width=" 20%" align="right">&nbsp;<a accesskey="n" href="annotations.html">Next</a></td>< /tr></table><hr></div><div class="chapter" title="Chapter&nbsp;9.&nbsp;Analysis Properties"><div class="titlepage"><div><div><h2 class="title"><a name="analysis props"></a>Chapter&nbsp;9.&nbsp;Analysis Properties</h2></div></div></div><p> 3 <title>Chapter&nbsp;9.&nbsp;Analysis Properties</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" ti tle="FindBugs&#8482; Manual"><link rel="up" href="index.html" title="FindBugs&#8 482; Manual"><link rel="prev" href="filter.html" title="Chapter&nbsp;8.&nbsp;Fil ter Files"><link rel="next" href="annotations.html" title="Chapter&nbsp;10.&nbsp ;Annotations"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#8 40084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navig ation header"><tr><th colspan="3" align="center">Chapter&nbsp;9.&nbsp;Analysis P roperties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="filte r.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width=" 20%" align="right">&nbsp;<a accesskey="n" href="annotations.html">Next</a></td>< /tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="analysisprops"></a>Chapter&nbsp;9.&nbsp;Analysis Properti es</h1></div></div></div><p>
4 <span class="application">FindBugs</span> allows several aspects of the analyses it performs to be 4 <span class="application">FindBugs</span> allows several aspects of the analyses it performs to be
5 customized. System properties are used to configure these options. 5 customized. System properties are used to configure these options.
6 This chapter describes the configurable analysis options. 6 This chapter describes the configurable analysis options.
7 </p><p> 7 </p><p>
8 The analysis options have two main purposes. First, they allow you 8 The analysis options have two main purposes. First, they allow you
9 to inform <span class="application">FindBugs</span> about the meaning of methods in your application, 9 to inform <span class="application">FindBugs</span> about the meaning of methods in your application,
10 so that it can produce more accurate results, or produce fewer 10 so that it can produce more accurate results, or produce fewer
11 false warnings. Second, they allow you to configure the precision 11 false warnings. Second, they allow you to configure the precision
12 of the analysis performed. Reducing analysis precision can save 12 of the analysis performed. Reducing analysis precision can save
13 memory and analysis time, at the expense of missing some real bugs, 13 memory and analysis time, at the expense of missing some real bugs,
(...skipping 22 matching lines...) Expand all
36 enabling this property will very likely cause a large number 36 enabling this property will very likely cause a large number
37 of false warnings to be produced.)</td></tr><tr><td align="left">findbugs. refcomp.reportAll</td><td align="left">true or false</td><td align="left">If tru e, all suspicious reference comparisons 37 of false warnings to be produced.)</td></tr><tr><td align="left">findbugs. refcomp.reportAll</td><td align="left">true or false</td><td align="left">If tru e, all suspicious reference comparisons
38 using the == and != operators are reported.&nbsp; If false, 38 using the == and != operators are reported.&nbsp; If false,
39 only one such warning is issued per method.&nbsp; Default 39 only one such warning is issued per method.&nbsp; Default
40 is false.</td></tr><tr><td align="left">findbugs.sf.comment</td><td alig n="left">true or false</td><td align="left">If true, the SwitchFallthrough detec tor will only report 40 is false.</td></tr><tr><td align="left">findbugs.sf.comment</td><td alig n="left">true or false</td><td align="left">If true, the SwitchFallthrough detec tor will only report
41 warnings for cases where the source code does not have a comment 41 warnings for cases where the source code does not have a comment
42 containing the words "fall" or "nobreak". (An accurate source 42 containing the words "fall" or "nobreak". (An accurate source
43 path must be used for this feature to work correctly.) 43 path must be used for this feature to work correctly.)
44 This helps find cases where the switch fallthrough is likely 44 This helps find cases where the switch fallthrough is likely
45 to be unintentional.</td></tr></tbody></table></div></div><br class="table -break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="filter.html">Pr ev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align ="right">&nbsp;<a accesskey="n" href="annotations.html">Next</a></td></tr><tr><t d width="40%" align="left" valign="top">Chapter&nbsp;8.&nbsp;Filter Files&nbsp;< /td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></ td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;10.&nbsp;Annota tions</td></tr></table></div></body></html> 45 to be unintentional.</td></tr></tbody></table></div></div><br class="table -break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="filter.html">Pr ev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align ="right">&nbsp;<a accesskey="n" href="annotations.html">Next</a></td></tr><tr><t d width="40%" align="left" valign="top">Chapter&nbsp;8.&nbsp;Filter Files&nbsp;< /td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></ td><td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;10.&nbsp;Annota tions</td></tr></table></div></body></html>
OLDNEW
« no previous file with comments | « doc/manual/acknowledgments.html ('k') | doc/manual/annotations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698