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 192801 - NullPointerException at org.netbeans.modules.mobility.project.ui.ProjectRootNodeChildren.removeNotify
Summary: NullPointerException at org.netbeans.modules.mobility.project.ui.ProjectRootN...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 192530 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-02 14:12 UTC by ebeb
Modified: 2011-01-18 17:35 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174601


Attachments
stacktrace (587 bytes, text/plain)
2010-12-02 14:12 UTC, ebeb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ebeb 2010-12-02 14:12:07 UTC
This bug was originally marked as duplicate of bug 175687, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
GUEST: Compilando um projeto web

GUEST: creating a package in J2me project !!

ebeb: Attatching a Java JPDA Debugger to a socket (Mobility, Cinterion CMTK on device debugging).

GUEST: I was trying to debug a midlet using the motorola g24 debug tool

GUEST: Compiling a Web Application




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.project.ui.ProjectRootNodeChildren.removeNotify(ProjectRootNodeChildren.java:114)
   at org.openide.nodes.AsynchChildren.removeNotify(AsynchChildren.java:96)
   at org.openide.nodes.Children.callRemoveNotify(Children.java:553)
   at org.openide.nodes.EntrySupport$Default.finalizedChildrenArray(EntrySupport.java:892)
   at org.openide.nodes.EntrySupport$Default$ChArrRef.run(EntrySupport.java:976)
   at org.netbeans.modules.openide.util.ActiveQueue.run(ActiveQueue.java:64)
Comment 1 ebeb 2010-12-02 14:12:10 UTC
Created attachment 103536 [details]
stacktrace
Comment 2 Adam Sotona 2011-01-18 14:52:39 UTC
*** Bug 192530 has been marked as a duplicate of this bug. ***
Comment 3 Adam Sotona 2011-01-18 14:59:44 UTC
org.openide.nodes.AsynchChildren.removeNotify calls org.netbeans.modules.mobility.project.ui.ProjectRootNodeChildren.removeNotify twice
Comment 4 Jaroslav Tulach 2011-01-18 17:35:28 UTC
How do you know? Can you prove it by showing the stack traces of the two calls?