FindBugs 1.3.4
FindBugs is a program
which uses static analysis to look for bugs in Java code. It can check
for null pointer exceptions, multithreaded code errors, and other
bugs.
SRPMS
findbugs-1.3.4-1.src.rpm
- findbugs-1.3.4-build.patch
- Make the build use system jars instead of those distributed with
findbugs.
- findbugs-1.3.4-bcel.patch
- FindBugs distributes a patched version of BCEL. This patch changes
the FindBugs code so that it will use an unmodified upstream
BCEL.
- findbugs-1.3.4-aelfred.patch
- The FindBugs code uses package org.dom4j.io.aelfred, which is not
available in Fedora. This patch makes the code use
com.icl.saxon.aelfred instead.
- findbugs-1.3.4-tigersubstitutes.patch
- Remove all references to the obsolete
TigerSubstitutes
class.
- findbugs-1.3.4-type.patch
- Fix unchecked cast, unchecked conversion, and redundant cast
compiler warnings.
- findbugs-1.3.4-string.patch
- Use
StringBuilder instead of StringBuffer
where appropriate. Also try to use characters instead of
single-character strings.
- findbugs-1.3.4-javadoc.patch
- Fix up the single remaining javadoc error, namely a
@return tag with no text after it.
Last modified: Mon May 12 14:07:50 MDT 2008
by Jerry James