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

Unified Diff: doc/index.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/findbugs2.html ('k') | doc/ja/manual/acknowledgments.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/index.html
diff --git a/doc/index.html b/doc/index.html
index fcbb87b360c4eb15e356c6b540e0b1594d128e20..062b3895a678c13efaf82c6aeb35f2f2d862cf0a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -44,7 +44,7 @@
<tr><td>&nbsp;</td></tr>
<tr><td><b>Development</b></td></tr>
-<tr><td><font size="-1">&nbsp;<a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr>
+<tr><td><font size="-1">&nbsp;<a class="sidebar" href="http://sourceforge.net/p/findbugs/bugs/">Open bugs</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<a class="sidebar" href="reportingBugs.html">Reporting bugs</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<a class="sidebar" href="contributing.html">Contributing</a></font></td></tr>
<tr><td><font size="-1">&nbsp;<a class="sidebar" href="team.html">Dev team</a></font></td></tr>
@@ -79,27 +79,92 @@
a million times.
</p>
- <p>The current version of FindBugs is 3.0.0.</p>
+ <p>The current version of FindBugs is 3.0.1.</p>
<p>
FindBugs requires JRE (or JDK) 1.7.0 or later to run.&nbsp; However, it can analyze programs
- compiled for any version of Java, from 1.0 to 1.8.
-
- <p> The current version of FindBugs is 3.0.0,
+ compiled for any version of Java, from 1.0 to 1.8.
+
+ <p> The current version of FindBugs is 3.0.1,
- released on 20:25:27 CDT, 06 July, 2014. <a href="reportingBugs.html">We are very interested in getting
+ released on 12:37:51 EST, 06 March, 2015. <a href="reportingBugs.html">We are very interested in getting
feedback on how to improve FindBugs</a>. File bug reports on <a
- href="http://sourceforge.net/tracker/?func=browse&amp;group_id=96405&amp;atid=614693"> our
+ href="http://sourceforge.net/p/findbugs/_list/tickets?source=navbar"> our
sourceforge bug tracker</a>
</p>
-
+
<p>
<a href="#changes">Changes</a> | <a href="#talks">Talks</a> | <a href="#papers">Papers </a> | <a
href="#sponsors">Sponsors</a> | <a href="#support">Support</a>
</p>
- <h1>FindBugs 3.0.0 Release</h1>
+ <h1>FindBugs 3.0.1 Release</h1>
+ <ul>
+ <li>A number of changes described in the <a href="Changes.html">changes document</a>, including new bug patterns:
+<ul>
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#BSHIFT_WRONG_ADD_PRIORITY">BSHIFT_WRONG_ADD_PRIORITY</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#CO_COMPARETO_INCORRECT_FLOATING">CO_COMPARETO_INCORRECT_FLOATING</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#DC_PARTIALLY_CONSTRUCTED">DC_PARTIALLY_CONSTRUCTED</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_COMPARE">DM_BOXED_PRIMITIVE_FOR_COMPARE</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_INVALID_MIN_MAX">DM_INVALID_MIN_MAX</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#ME_MUTABLE_ENUM_FIELD">ME_MUTABLE_ENUM_FIELD</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#ME_ENUM_FIELD_SETTER">ME_ENUM_FIELD_SETTER</a>,
+<li>
+
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#MS_MUTABLE_COLLECTION">MS_MUTABLE_COLLECTION</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#MS_MUTABLE_COLLECTION_PKGPROTECT">MS_MUTABLE_COLLECTION_PKGPROTECT</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#RANGE_ARRAY_INDEX">RANGE_ARRAY_INDEX</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#RANGE_ARRAY_OFFSET">RANGE_ARRAY_OFFSET</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#RANGE_ARRAY_LENGTH">RANGE_ARRAY_LENGTH</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#RANGE_STRING_INDEX">RANGE_STRING_INDEX</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT">RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_CONDITION">UC_USELESS_CONDITION</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_CONDITION_TYPE">UC_USELESS_CONDITION_TYPE</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_OBJECT">UC_USELESS_OBJECT</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_OBJECT_STACK">UC_USELESS_OBJECT_STACK</a>,
+<li>
+ <a
+ href="http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_VOID_METHOD">UC_USELESS_VOID_METHOD</a>
+</ul>
+ </li>
+ </ul>
+ <h1>FindBugs 3.0.0 Release</h1>
<ul>
<li>FindBugs supports Java 8 now (both as runtime and target platform).
@@ -157,7 +222,7 @@
<h1>FindBugs 2.0.3 Release</h1>
<p>FindBugs 2.0.3 is intended to be a minor bug fix release over
FindBugs 2.0.2. Although than some improvements to existing bug detectors
- and analysis engines, and a few new bug patterns, and some
+ and analysis engines, and a few new bug patterns, and some
important bug fixes to the Eclipse plugin, no significant changes
should be observed. Consult the <a href="Changes.html">Change log</a>
for more details.</p>
@@ -211,7 +276,7 @@
</dd>
<dt><a href="https://wiki.jenkins-ci.org/display/JENKINS">Jenkins</a></dt>
<dd> <a href="https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin">Jenkins FindBugs Plugin</a>
-
+
<dt>
<a href="http://wiki.hudson-ci.org/display/HUDSON/Home">Hudson</a>
</dt>
@@ -228,38 +293,6 @@
</dd>
</dl>
-
- <h1>New</h1>
- <ul>
-
- <li>jFormatString library republished at
- <a href="http://code.google.com/p/j-format-string">http://code.google.com/p/j-format-string</a>.
- This is the library we use for compile time checking of format strings. It is separately published to
-
- <li>We're releasing FindBugs 2.0.3.
-
- Mostly small changes to address false positives, with one important fix to the Eclipse plugin
- to fix a problem that had prevented the plugin from running in some versions of Eclipse.
- Check the <a href="Changes.html">change log</a> for more details.
-
- <li>We've released <a href="findbugs2.html">FindBugs 2.0</a>
- </li>
- <li>FindBugs communal cloud and Java web start links:. We have analyzed several large open
- source projects, and provide Java web start links to allow you to view the results. We'd be
- happy to work with projects to make the results available from a continuous build:
- <p></p>
- <ul>
- <li><a href="http://findbugs.cs.umd.edu/cloud/jdk.jnlp">Sun's JDK 8</a></li>
- <li><a href="http://findbugs.cs.umd.edu/cloud/eclipse.jnlp">Eclipse 3.8</a></li>
- <li><a href="http://findbugs.cs.umd.edu/cloud/tomcat.jnlp">Apache Tomcat 7.0</a></li>
- <li><a href="http://findbugs.cs.umd.edu/cloud/intellij.jnlp">IntelliJ IDEA</a></li>
- <li><a href="http://findbugs.cs.umd.edu/cloud/jboss.jnlp">JBoss</a></li>
- </ul>
- </li>
- </ul>
-
-
-
<h1>Experience with FindBugs</h1>
<ul>
<li><b>Google FindBugs Fixit</b>: Google has a tradition of <a
@@ -383,7 +416,7 @@ document.write( "Last updated "+ document.lastModified + "." );
</script>
<p> Send comments to <a class="sidebar" href="mailto:findbugs@cs.umd.edu">findbugs@cs.umd.edu</a>
<p>
-<A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=96405&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A>
+<a href="http://sourceforge.net/projects/findbugs/"><img src="http://sourceforge.net/sflogo.php?group_id=96405&amp;type=5" width="210" height="62" border="0" alt="FindBugs on SourceForge.net" /></a>
</td>
</tr>
</table>
« no previous file with comments | « doc/findbugs2.html ('k') | doc/ja/manual/acknowledgments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698