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 181435

Summary: AssertionError: Unregister asymmetrically called
Product: platform Reporter: tnleeuw <tnleeuw>
Component: ExplorerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165907
Attachments: stacktrace

Description tnleeuw 2010-03-02 08:52:54 UTC
This bug was originally marked as duplicate of bug 140766, 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 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
tnleeuw: Attempted to shut down the IDE




Stacktrace: 
java.lang.AssertionError: Unregister asymmetrically called
   at org.openide.explorer.view.ViewTooltips.unregister(ViewTooltips.java:130)
   at org.openide.explorer.view.TreeView$ExplorerTree.removeNotify(TreeView.java:1801)
   at java.awt.Container.removeNotify(Container.java:2609)
   at javax.swing.JComponent.removeNotify(JComponent.java:4701)
   at java.awt.Container.removeNotify(Container.java:2609)
   at javax.swing.JComponent.removeNotify(JComponent.java:4701)
Comment 1 tnleeuw 2010-03-02 08:53:00 UTC
Created attachment 94695 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-04-16 21:42:48 UTC
More logging in core-main#765c1a72f632
Comment 3 Quality Engineering 2010-04-17 08:10:04 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/765c1a72f632
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #181435: Log previous uninstantion stacktrace