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 143908 - NullPointerException at org.netbeans.core.windows.RegistryImpl.getActivated
Summary: NullPointerException at org.netbeans.core.windows.RegistryImpl.getActivated
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-14 13:06 UTC by Petr Chytil
Modified: 2008-12-22 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90611


Attachments
stacktrace (1004 bytes, text/plain)
2008-08-14 13:06 UTC, Petr Chytil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2008-08-14 13:06:17 UTC
Build: NetBeans IDE Dev (Build 200808140201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: SunOS, 5.10, sparc

User Comments: 
Invoked reset windows action.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.windows.RegistryImpl.getActivated(RegistryImpl.java:99)
        at org.openide.actions.UndoAction.getUndoRedo(UndoAction.java:133)
        at org.openide.actions.UndoAction$1.run(UndoAction.java:116)
        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)
Comment 1 Petr Chytil 2008-08-14 13:06:31 UTC
Created attachment 67406 [details]
stacktrace
Comment 2 Lukas Hasik 2008-08-14 13:14:37 UTC

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