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 196237 - [70cat] AssertionError: removeNotify called twice or w/o addNotify()
Summary: [70cat] AssertionError: removeNotify called twice or w/o addNotify()
Status: RESOLVED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 15:13 UTC by marcotts
Modified: 2013-04-19 15:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177219


Attachments
stacktrace (633 bytes, text/plain)
2011-03-03 15:13 UTC, marcotts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcotts 2011-03-03 15:13:02 UTC
This bug was originally marked as duplicate of bug 192801, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201102280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
marcotts: while debugging a jme project

marcotts: editing jsp file




Stacktrace: 
java.lang.AssertionError: removeNotify called twice or w/o addNotify()
   at org.netbeans.modules.mobility.project.ui.ProjectRootNodeChildren.removeNotify(ProjectRootNodeChildren.java:116)
   at org.openide.nodes.AsynchChildren.removeNotify(AsynchChildren.java:104)
   at org.openide.nodes.Children.callRemoveNotify(Children.java:573)
   at org.openide.nodes.EntrySupport$Default.finalizedChildrenArray(EntrySupport.java:918)
   at org.openide.nodes.EntrySupport$Default$ChArrRef.run(EntrySupport.java:1002)
   at org.openide.util.lookup.implspi.ActiveQueue$Impl.run(ActiveQueue.java:109)
Comment 1 marcotts 2011-03-03 15:13:07 UTC
Created attachment 106655 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-03-04 13:14:47 UTC
Can you instrument the code to record the stacktraces of those who call addNotify/removeNotify? Without this, I can hardly do anything. It would be worksforme...
Comment 3 David Strupl 2013-04-09 11:22:47 UTC
Assigning to the new owner of javame modules.
Comment 4 Roman Svitanic 2013-04-19 15:32:08 UTC
Last occurrence of this problem was in NetBeans 7.0 Beta 2. It was fixed in 7.0 release.