Author: markt Date: Fri Mar 9 11:34:46 2012 New Revision: 1298792 URL: http://svn.apache.org/viewvc?rev=1298792&view=rev Log: Add UCDetector and FindBugs to the tools page
Modified: tomcat/site/trunk/docs/tools.html tomcat/site/trunk/xdocs/tools.xml Modified: tomcat/site/trunk/docs/tools.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1298792&r1=1298791&r2=1298792&view=diff ============================================================================== --- tomcat/site/trunk/docs/tools.html (original) +++ tomcat/site/trunk/docs/tools.html Fri Mar 9 11:34:46 2012 @@ -303,6 +303,30 @@ and a committer should be able to fix it </tr> +<tr> + +<td><a href="http://www.ucdetector.org/" rel="nofollow"> + <img src="http://www.ucdetector.org/ucdetector32.png"></a></td> + <td> +<p>The Unnecessary Code Detector is used by the Tomcat developers to + identify code to be removed from future versions of Tomcat.</p> + +</td> + +</tr> + +<tr> + +<td><a href="http://findbugs.sourceforge.net/" rel="nofollow"> + <img src="http://findbugs.sourceforge.net/buggy-sm.png"></a></td> + <td> +<p>FindBugs is used by the Tomcat developers to identify potential coding + errors.</p> + +</td> + +</tr> + </table> </blockquote> Modified: tomcat/site/trunk/xdocs/tools.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/tools.xml?rev=1298792&r1=1298791&r2=1298792&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/tools.xml (original) +++ tomcat/site/trunk/xdocs/tools.xml Fri Mar 9 11:34:46 2012 @@ -41,6 +41,20 @@ and a committer should be able to fix it the Eclipse IDE.</p> </td> </tr> +<tr> + <td><a href="http://www.ucdetector.org/" rel="nofollow"> + <img src="http://www.ucdetector.org/ucdetector32.png"/></a></td> + <td><p>The Unnecessary Code Detector is used by the Tomcat developers to + identify code to be removed from future versions of Tomcat.</p> + </td> +</tr> +<tr> + <td><a href="http://findbugs.sourceforge.net/" rel="nofollow"> + <img src="http://findbugs.sourceforge.net/buggy-sm.png"/></a></td> + <td><p>FindBugs is used by the Tomcat developers to identify potential coding + errors.</p> + </td> +</tr> </table> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org