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 - AssertionError: Unregister asymmetrically called
Summary: AssertionError: Unregister asymmetrically called
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 08:52 UTC by tnleeuw
Modified: 2010-04-17 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165907


Attachments
stacktrace (3.80 KB, text/plain)
2010-03-02 08:53 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
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