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

Summary: NullPointerException at org.netbeans.core.windows.RegistryImpl.getActivated
Product: platform Reporter: Petr Chytil <pchytil>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=90611
Issue Type: DEFECT Exception Reporter: 90611
Attachments: stacktrace

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 ***