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 144543 - [65cat] NullPointerException at org.netbeans.core.windows.RegistryImpl.getActivated
Summary: [65cat] NullPointerException at org.netbeans.core.windows.RegistryImpl.getAct...
Status: RESOLVED DUPLICATE of bug 143700
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 09:58 UTC by chronosmark
Modified: 2008-12-22 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 94915


Attachments
stacktrace (2.68 KB, text/plain)
2008-08-20 09:58 UTC, chronosmark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chronosmark 2008-08-20 09:58:47 UTC
Build: NetBeans IDE Dev (Build 200808120201)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments: 
On restart of netbeans after crash from result of doing window position reset

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.windows.RegistryImpl.getActivated(RegistryImpl.java:99)
        at org.netbeans.core.windows.actions.UndockWindowAction.getTC2WorkWith(UndockWindowAction.java:133)
        at org.netbeans.core.windows.actions.UndockWindowAction.updateName(UndockWindowAction.java:122)
        at org.netbeans.core.windows.actions.UndockWindowAction.isEnabled(UndockWindowAction.java:117)
        at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:952)
        at org.openide.awt.Actions$MenuItem.synchMenuPresenters(Actions.java:1302)
Comment 1 chronosmark 2008-08-20 09:58:52 UTC
Created attachment 67933 [details]
stacktrace
Comment 2 Lukas Hasik 2008-08-20 10:49:01 UTC

*** This issue has been marked as a duplicate of 143700 ***