Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
findbugs: A Bug Pattern Detector for Java
- Summary
- FindBugs is a program to find bugs in Java programs. It looks for
instances of ``bug patterns''---code instances that are likely to be
errors.
Changelog
- * Wed Aug 17 12:00:00 2005 Ralph Apel <r{*}apel{%}r-apel{*}de> 0:0.9.1-1jpp
-
- Patch BugCollection.java not to use org.dom4j.io.aelfred.SAXDriver
- Upgrade to 0.9.1
- Provide for xmlvalidate and junit tasks
- * Sat Apr 16 12:00:00 2005 David Walluck <david{%}jpackage{*}org> 0:0.8.7-1jpp
-
- 0.8.7
- javadoc package removed as javadocs are no longer built upstream
- * Tue Feb 22 11:00:00 2005 David Walluck <david{%}jpackage{*}org> 0:0.8.6-4jpp
-
- fix build when missing clover
- fix build with jdk < 1.5
- added antlib.xml to findbugs-ant.jar (Joseph Wortmann <jwortmann{%}awarix{*}com>)