Remove a Category from findbugs?
... Remove a Category from findbugs? comp.lang.java.programmer I am running findbugs to generate the bugs in my project. I have ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/33875
varying eclipse and ant output in findbugs
... varying eclipse and ant output in findbugs crazzybugger Hi, I am using findbugs-1.2.1 and run it using both eclipse as well as ant ... both eclipse and ant to low. Inspite of this, findbugs ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/40019
How to use Findbugs 1.1 (as compared to say .95)
... are not buttons they are draggable items. The only remaining item is that Findbugs 1.1 gui analyzes more code than I want analyzed. Findbugs .95 gui let me specify jar to analyze instead of project ... How to use Findbugs ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/30492
Find coding patterns
... does something similar and is extensible/customisable BugBear Andrea Desole Maybe you meant FindBugs? http://findbugs.sourceforge.net/ Daniel Schneller Thank you! I will take a look at it ... but I don't know that much about it (don't know that much about FindBugs ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/15255
LF Java Lint tools
... www.qa-systems.com/welcome.html Stefan Reich Two additions: Lint4j - http://www.jutils.com FindBugs - http://findbugs.sourceforge.net/ gimme_this_gimme_that@yahoo.com Take a look at the download ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/7287
[ECLIPSE] Automatically marking unused fields and methods?
... for your prices... Thanks anyway, /ulf Gerald Kelly You could try the findbugs Eclipse plug-in http://findbugs
http://www.javakb.com/Uwe/Forum.aspx/java-tools/1236
What was that Java code analyzer link someone posted a few days ago?
... one of these. I think the first was mentioned most recently: http://findbugs.sourceforge.net/ http://javapathfinder.sourceforge.net/ http://checkstyle.sourceforge.net/ http://pmd.sourceforge.net/ http ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/25725
Non Serializable Objects
... everything to be serialized! Thanks a lot. Bye! Daniel Dyer Use FindBugs ( http://findbugs.sourceforge.net ). It's very good at detecting potential Serialization problems. Also, you may be ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/32925
Identify unused methods??
... unused methods/variables? You might want to take a look at Findbugs ( http://findbugs.sourceforge.net/ ) also. alejandrina Eclipse only marks the private unused methods... I checked ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/32497
Exposing internal representation - security?
... and fix them? - Oliver Joe Attardi Mostly for correctness. Actually, I ran FindBugs [ http://findbugs.sourceforge.net/ ] on the code and that was one of ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/25524