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

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

Issue 139673002: Updating Findbugs from 2.0.1 to 2.0.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/findbugs.git@master
Patch Set: bulach's nits Created 6 years, 11 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/installing.html ('k') | doc/manual/running.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;1.&nbsp;Introduction</title><meta name="generator" conten t="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="Fi ndBugs&#8482; Manual"><link rel="up" href="index.html" title="FindBugs&#8482; Ma nual"><link rel="prev" href="index.html" title="FindBugs&#8482; Manual"><link re l="next" href="installing.html" title="Chapter&nbsp;2.&nbsp;Installing FindBugs& #8482;"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;1.&nbsp;Introduction</th ></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</ a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="ri ght">&nbsp;<a accesskey="n" href="installing.html">Next</a></td></tr></table><hr ></div><div class="chapter" title="Chapter&nbsp;1.&nbsp;Introduction"><div class ="titlepage"><div><div><h2 class="title"><a name="introduction"></a>Chapter&nbsp ;1.&nbsp;Introduction</h2></div></div></div><div class="toc"><p><b>Table of Cont ents</b></p><dl><dt><span class="sect1"><a href="introduction.html#d0e67">1. Req uirements</a></span></dt></dl></div><p> <span class="application">FindBugs</span >&#8482; is a program to find bugs in Java programs. It looks for instances 3 <title>Chapter&nbsp;1.&nbsp;Introduction</title><meta name="generator" conten t="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="Fi ndBugs&#8482; Manual"><link rel="up" href="index.html" title="FindBugs&#8482; Ma nual"><link rel="prev" href="index.html" title="FindBugs&#8482; Manual"><link re l="next" href="installing.html" title="Chapter&nbsp;2.&nbsp;Installing FindBugs& #8482;"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&nbsp;1.&nbsp;Introduction</th ></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</ a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="ri ght">&nbsp;<a accesskey="n" href="installing.html">Next</a></td></tr></table><hr ></div><div class="chapter" title="Chapter&nbsp;1.&nbsp;Introduction"><div class ="titlepage"><div><div><h2 class="title"><a name="introduction"></a>Chapter&nbsp ;1.&nbsp;Introduction</h2></div></div></div><div class="toc"><p><b>Table of Cont ents</b></p><dl><dt><span class="sect1"><a href="introduction.html#d0e67">1. Req uirements</a></span></dt></dl></div><p> <span class="application">FindBugs</span >&#8482; is a program to find bugs in Java programs. It looks for instances
4 of "bug patterns" --- code instances that are likely to be errors.</p><p> This d ocument describes version 2.0.1 of <span class="application">FindBugs</span>.We 4 of "bug patterns" --- code instances that are likely to be errors.</p><p> This d ocument describes version 2.0.3 of <span class="application">FindBugs</span>.We
5 are very interested in getting your feedback on <span class="application">FindBu gs</span>. Please visit 5 are very interested in getting your feedback on <span class="application">FindBu gs</span>. Please visit
6 the <a class="ulink" href="http://findbugs.sourceforge.net" target="_top"><span class="application">FindBugs</span> web page</a> for 6 the <a class="ulink" href="http://findbugs.sourceforge.net" target="_top"><span class="application">FindBugs</span> web page</a> for
7 the latest information on <span class="application">FindBugs</span>, contact inf ormation, and support resources such 7 the latest information on <span class="application">FindBugs</span>, contact inf ormation, and support resources such
8 as information about the <span class="application">FindBugs</span> mailing lists .</p><div class="sect1" title="1.&nbsp;Requirements"><div class="titlepage"><div ><div><h2 class="title" style="clear: both"><a name="d0e67"></a>1.&nbsp;Requirem ents</h2></div></div></div><p> To use <span class="application">FindBugs</span>, you need a runtime environment compatible with 8 as information about the <span class="application">FindBugs</span> mailing lists .</p><div class="sect1" title="1.&nbsp;Requirements"><div class="titlepage"><div ><div><h2 class="title" style="clear: both"><a name="d0e67"></a>1.&nbsp;Requirem ents</h2></div></div></div><p> To use <span class="application">FindBugs</span>, you need a runtime environment compatible with
9 <a class="ulink" href="http://java.sun.com/j2se" target="_top">Java 2 Standard E dition</a>, version 1.5 or later. 9 <a class="ulink" href="http://java.sun.com/j2se" target="_top">Java 2 Standard E dition</a>, version 1.5 or later.
10 <span class="application">FindBugs</span> is platform independent, and is known to run on GNU/Linux, Windows, and 10 <span class="application">FindBugs</span> is platform independent, and is known to run on GNU/Linux, Windows, and
11 MacOS X platforms.</p><p>You should have at least 512 MB of memory to use <span class="application">FindBugs</span>. 11 MacOS X platforms.</p><p>You should have at least 512 MB of memory to use <span class="application">FindBugs</span>.
12 To analyze very large projects, more memory may be needed.</p></div></div><div c lass="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td wid th="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a acc esskey="n" href="installing.html">Next</a></td></tr><tr><td width="40%" align="l eft" valign="top"><span class="application">FindBugs</span>&#8482; Manual&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;2.&nbsp;Install ing <span class="application">FindBugs</span>&#8482;</td></tr></table></div></bo dy></html> 12 To analyze very large projects, more memory may be needed.</p></div></div><div c lass="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td wid th="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a acc esskey="n" href="installing.html">Next</a></td></tr><tr><td width="40%" align="l eft" valign="top"><span class="application">FindBugs</span>&#8482; Manual&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;2.&nbsp;Install ing <span class="application">FindBugs</span>&#8482;</td></tr></table></div></bo dy></html>
OLDNEW
« no previous file with comments | « doc/manual/installing.html ('k') | doc/manual/running.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698