This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72487 - Possible bugs detected by Findbugs
Summary: Possible bugs detected by Findbugs
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 17:04 UTC by _ rkubacki
Modified: 2010-05-18 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2006-02-09 17:04:42 UTC
Try to install Findbugs plugin from www.nbextras.org or from
http://fnleisurehacker.fn.funpic.de/wordpress/?page_id=102 and run it on
ant/debugger sources. Some parts of the output really looks like possible
problems - impossible cast in AntDebugger.java:573, calls to new String(String)
and related use of == to compare strings, use of notify().
Comment 1 Martin Entlicher 2006-02-10 11:19:13 UTC
Right, this is a defect in the code. Findbugs is handy, thanks.
Comment 2 Martin Entlicher 2008-02-28 02:20:39 UTC
This does not seem to cause real problems yet, scheduling for future...
Comment 3 Martin Entlicher 2009-12-01 14:11:32 UTC
I've already fixed some.
The rest is wontfix.
Comment 4 Marian Mirilovic 2010-05-18 14:00:36 UTC
v/c