1<html> 2<head> 3<title>FindBugs Links</title> 4<link rel="stylesheet" type="text/css" href="findbugs.css"> 5 6</head> 7<body> 8 9<table width="100%"><tr> 10 11 12<td bgcolor="#b9b9fe" valign="top" align="left" width="20%"> 13<table width="100%" cellspacing="0" border="0"> 14<tr><td><a class="sidebar" href="index.html"><img src="umdFindbugs.png" alt="FindBugs"></a></td></tr> 15 16<tr><td> </td></tr> 17 18<tr><td><b>Docs and Info</b></td></tr> 19<tr><td><font size="-1"><a class="sidebar" href="findbugs2.html">FindBugs 2.0</a></font></td></tr> 20<tr><td><font size="-1"><a class="sidebar" href="demo.html">Demo and data</a></font></td></tr> 21<tr><td><font size="-1"><a class="sidebar" href="users.html">Users and supporters</a></font></td></tr> 22<tr><td><font size="-1"><a class="sidebar" href="http://findbugs.blogspot.com/">FindBugs blog</a></font></td></tr> 23<tr><td><font size="-1"><a class="sidebar" href="factSheet.html">Fact sheet</a></font></td></tr> 24<tr><td><font size="-1"><a class="sidebar" href="manual/index.html">Manual</a></font></td></tr> 25<tr><td><font size="-1"><a class="sidebar" href="ja/manual/index.html">Manual(ja/日本語)</a></font></td></tr> 26<tr><td><font size="-1"><a class="sidebar" href="FAQ.html">FAQ</a></font></td></tr> 27<tr><td><font size="-1"><a class="sidebar" href="bugDescriptions.html">Bug descriptions</a></font></td></tr> 28<tr><td><font size="-1"><a class="sidebar" href="mailingLists.html">Mailing lists</a></font></td></tr> 29<tr><td><font size="-1"><a class="sidebar" href="publications.html">Documents and Publications</a></font></td></tr> 30<tr><td><font size="-1"><a class="sidebar" href="links.html">Links</a></font></td></tr> 31 32<tr><td> </td></tr> 33 34<tr><td><a class="sidebar" href="downloads.html"><b>Downloads</b></a></td></tr> 35 36<tr><td> </td></tr> 37 38<tr><td><a class="sidebar" href="http://www.cafeshops.com/findbugs"><b>FindBugs Swag</b></a></td></tr> 39 40<tr><td> </td></tr> 41 42<tr><td><b>Development</b></td></tr> 43<tr><td><font size="-1"><a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr> 44<tr><td><font size="-1"><a class="sidebar" href="reportingBugs.html">Reporting bugs</a></font></td></tr> 45<tr><td><font size="-1"><a class="sidebar" href="contributing.html">Contributing</a></font></td></tr> 46<tr><td><font size="-1"><a class="sidebar" href="team.html">Dev team</a></font></td></tr> 47<tr><td><font size="-1"><a class="sidebar" href="api/index.html">API</a> <a class="sidebar" href="api/overview-summary.html">[no frames]</a></font></td></tr> 48<tr><td><font size="-1"><a class="sidebar" href="Changes.html">Change log</a></font></td></tr> 49<tr><td><font size="-1"><a class="sidebar" href="http://sourceforge.net/projects/findbugs">SF project page</a></font></td></tr> 50<tr><td><font size="-1"><a class="sidebar" href="http://code.google.com/p/findbugs/source/browse/">Browse source</a></font></td></tr> 51<tr><td><font size="-1"><a class="sidebar" href="http://code.google.com/p/findbugs/source/list">Latest code changes</a></font></td></tr> 52</table> 53</td> 54 55<td align="left" valign="top"> 56 57<h1>FindBugs Links</h1> 58 59<p> This page contains links to related projects, 60including tools that are similar to FindBugs. 61 62<h2>FindBugs Add-Ons</h2> 63 64<ul> 65<li> <a href="http://fb-contrib.sourceforge.net/">fb-contrib</a>: additional bug detectors for use with 66 FindBugs. The lead FindBugs team does not vouch for the relevance, accuracy or wisdom of the warnings 67 generated by any third-party plugin. 68<li> <a href="http://www.tobject.de/development/findbugs.html">FindBugs Eclipse plugin</a>. 69 This is now included as part of FindBugs. 70<!--<li> <a href="http://maven-plugins.sourceforge.net/maven-findbugs-plugin/index.html">Maven FindBugs plugin</a>. --> 71 <!--Maven is a Java project management and project comprehension tool. --> 72 <!--The Maven FindBugs plugin allows FindBugs reports to be generated--> 73 <!--from within Maven.--> 74<li> <a href="http://mojo.codehaus.org/findbugs-maven-plugin/">Maven2 FindBugs plugin</a>. 75 Maven2 is the latest version of the Java project management and project comprehension tool. 76 The Maven2 FindBugs plugin allows FindBugs reports to be generated 77 from within Maven. 78<li> <a href="http://qalab.sourceforge.net/">QALab</a> records and aggregates 79 the results of static analysis (including FindBugs results) 80 over time. Features include charts of warnings over time 81 and summary reports showing hot spots in the source code.</li> 82</ul> 83 84<h2>Similar Tools</h2> 85 86<h3>Open source tools</h3> 87 88<ul> 89<li> <a href="http://artho.com/jlint/index.shtml">JLint</a>. A static analysis tool 90 to find race conditions, locking errors, null pointer uses, 91 and a number of other problems in Java programs. 92<li> <a href="http://pmd.sourceforge.net/">PMD</a>. PMD scans Java 93 source code for potential problems. 94<li> <a href="http://checkstyle.sourceforge.net/">Checkstyle</a>. 95 Checkstyle is a style checker for Java. 96</ul> 97 98<h3>Commercial tools and services</h3> 99 100<ul> 101<li> <a href="http://www.jutils.com">lint4j</a>: lint tool for Java programs 102<li> <a href="http://www.parasoft.com/">JTest</a>: automatically generates 103 <a href="http://junit.org/">JUnit</a> tests for Java classes. 104 Also checks for many kinds of coding errors. 105<li> <a href="http://www.sureshotsoftware.com/javalint/">JiveLint</a>. Another 106 lint utility for Java programs. Finds hashcode/equals problems, 107 string reference comparisons, and more. Free 15 day demo. 108</ul> 109 110 111<hr> <p> 112<script language="JavaScript" type="text/javascript"> 113<!---//hide script from old browsers 114document.write( "Last updated "+ document.lastModified + "." ); 115//end hiding contents ---> 116</script> 117<p> Send comments to <a class="sidebar" href="mailto:findbugs@cs.umd.edu">findbugs@cs.umd.edu</a> 118<p> 119<A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=96405&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A> 120 121</td> 122 123</tr></table> 124 125</body> 126</html> 127