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

Summary: Possible bugs detected by Findbugs
Product: debugger Reporter: _ rkubacki <rkubacki>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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