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 157542 - AssertionError: Event: org.openide.explorer.view.VisualizerEvent$Removed Original event: org.openide.nodes.NodeMemberEvent current vis. nodes: Indexes: 0 1 2 3 4 org.openide.nodes.NodeMemberEvent[no
Summary: AssertionError: Event: org.openide.explorer.view.VisualizerEvent$Removed Ori...
Status: CLOSED DUPLICATE of bug 160431
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 12:07 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 116185


Attachments
stacktrace (2.33 KB, text/plain)
2009-02-04 11:23 UTC, Jiri Prox
Details
stacktrace (2.33 KB, text/plain)
2009-04-16 16:09 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-28 12:07:52 UTC
80 duplicates so far ...

Build: NetBeans IDE Dev (Build 20080922033230)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86
User comments: 1. open table content from popup invoke on jTable
2. go to columns
3. invoke custom editor for Title1
4. switch to load text from resource bundle
5. invoke Select Resource Bundle dialog to select the bundle
6. press Create New. => exception is thrown
STACKTRACE: (first 10 lines)
java.lang.AssertionError: 
Event: org.openide.explorer.view.VisualizerEvent$Removed
Original event: org.openide.nodes.NodeMemberEvent
current vis. nodes:
Indexes: 0 1 2 3 4 
org.openide.nodes.NodeMemberEvent[node=org.netbeans.modules.i18n.FilteredNode@69ed28[Name=javaapplication34,
displayName=javaapplication34], add=false
  0 at 0
  1 at 1
  2 at 2
  3 at 3
  4 at 4
]
curr. snapshot: org.openide.nodes.EntrySupport$Lazy$DelayedLazySnapshot
[FilterNodeEntry[Children.Keys.KE[ents\NetBeansProjects\JavaApplication34\src\javaapplication34\bundlik.properties,0]]@1937932]
prev. snapshot: org.openide.nodes.EntrySupport$Lazy$LazySnapshot
[FilterNodeEntry[Children.Keys.KE[\My
Documents\NetBeansProjects\JavaApplication34\src\javaapplication34\Main.java,0]]@1f36381,
FilterNodeEntry[Children.Keys.KE[Documents\NetBeansProjects\JavaApplication34\src\javaapplication34\NewFrame.form,0]]@5b4cd7,
FilterNodeEntry[Children.Keys.KE[Documents\NetBeansProjects\JavaApplication34\src\javaapplication34\NewFrame.java,0]]@6294c9,
FilterN
        at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:255)
        at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:132)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:708)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
Comment 1 Jiri Prox 2009-02-04 11:22:52 UTC
Build: NetBeans IDE Dev (Build 20090203114639)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.24-23-generic, i386

User Comments: 
AE when stoping on breakpoint

Stacktrace: 
java.lang.AssertionError: 
Event: org.openide.explorer.view.VisualizerEvent$Removed
Original event: org.openide.nodes.NodeMemberEvent
current vis. nodes:
Indexes: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 
org.openide.nodes.NodeMemberEvent[node=org.netbeans.modules.viewmodel.TreeModelNode@176ec35[Name=, displayName='OpenIDE-request-processor-19' at line breakpoint MoveTransformer.java : 130], add=false
  0 at 0 = org.netbeans.modules.viewmodel.TreeModelNode@4b461c[Name=, displayName=MoveTransformer.visitMemberSelect:130]
  1 at 1 = org.netbeans.modules.viewmodel.TreeModelNode@1e7e09f[Name=, displayName=MoveTransformer.visitMemberSelect:64]
  2 at 2 = org.netbeans.modules.viewmodel.TreeModelNode@4c0679[Name=, displayName=Hidden Source Calls]
  3 at 3 = org.netbeans.modules.viewmodel.TreeModelNode@13d13f0[Name=, displayName=MoveTransformer.visitCompilationUnit:236]
  4 at 4 = org.netbeans.modules.viewmodel.TreeModelNode@e7f85a[Name=, displayName=MoveTransformer.visitCompilationUnit:64]
  5 a
        at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:249)
        at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:132)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.util.Mutex$1R.run(Mutex.java:1301)
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1802)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1320)
Comment 2 Jiri Prox 2009-02-04 11:23:02 UTC
Created attachment 76540 [details]
stacktrace
Comment 3 t_h 2009-02-11 13:02:40 UTC
Can you please try to reproduce with finer logging for nodes and explorer (-J-Dorg.openide.nodes.level=100
-J-Dorg.openide.explorer.level=100 as command line parameters) and attach log file?
Comment 4 Jiri Prox 2009-04-16 16:09:12 UTC
Build: NetBeans IDE Dev (Build 200904160201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.24-23-generic, i386

User Comments: 
AssertionError occurred when switching back to IDE window from the debugged application. The debugger stoped at breakpoint



Stacktrace: 
java.lang.AssertionError: 
Event: org.openide.explorer.view.VisualizerEvent$Removed
Original event: org.openide.nodes.NodeMemberEvent
current vis. nodes:
Indexes: 0 1 2 3 4 5 6 7 8 9 10 11 12 
org.openide.nodes.NodeMemberEvent[node=org.netbeans.modules.viewmodel.TreeModelNode@7c9a7a[Name=, displayName='Default RequestProcessor' at line breakpoint ConvertAnonymousToInner.java : 380], add=false
  0 at 0 = org.netbeans.modules.viewmodel.TreeModelNode@4fdef6[Name=, displayName=ConvertAnonymousToInner.convertAnonymousToInner:380]
  1 at 1 = org.netbeans.modules.viewmodel.TreeModelNode@1329a32[Name=, displayName=ConvertAnonymousToInner$FixImpl.run:198]
  2 at 2 = org.netbeans.modules.viewmodel.TreeModelNode@1bb933a[Name=, displayName=ConvertAnonymousToInner$FixImpl.run:153]
  3 at 3 = org.netbeans.modules.viewmodel.TreeModelNode@f70601[Name=, displayName=JavaSource$1.run:647]
  4 at 4 = org.netbeans.modules.viewmodel.TreeModelNode@1ebf5cf[Name=, displayName=ParserManager$UserTaskAction.run:129]
  5 at 5 = org.netbe
        at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:249)
        at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:132)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.util.Mutex$1R.run(Mutex.java:1301)
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1810)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1320)
Comment 5 Jiri Prox 2009-04-16 16:09:23 UTC
Created attachment 80273 [details]
stacktrace
Comment 6 t_h 2009-04-29 12:20:01 UTC

*** This issue has been marked as a duplicate of 160431 ***
Comment 7 Marian Mirilovic 2009-12-03 03:25:43 UTC
v/c