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 44428 - NPE after GC
Summary: NPE after GC
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2004-06-07 14:05 UTC by Milan Kubec
Modified: 2006-03-24 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (529 bytes, text/plain)
2004-06-07 14:06 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2004-06-07 14:05:38 UTC
[custom build 20040607, JDK 1.5.0 b51a]

I closed project where I did some edits in project
build.xml, couple seconds after that I clicked GC
and got NullPointerExc.
Comment 1 Milan Kubec 2004-06-07 14:06:11 UTC
Created attachment 15524 [details]
exc stack trace
Comment 2 Jesse Glick 2004-06-07 14:49:21 UTC
Huh, looks like you managed to get removeNotify called on the children
at the exact wrong time.
Comment 3 Jesse Glick 2004-06-08 17:12:47 UTC
Cannot reproduce, but maybe this will fix it:

committed     Up-To-Date  1.7        
ant/src/org/apache/tools/ant/module/nodes/AntProjectChildren.java
Comment 4 Milan Kubec 2004-06-23 10:19:26 UTC
Cannot reproduce, hopefully fixed. Verified in dev-200406230100.