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 151134

Summary: NPE at org.openide.text.CloneableEditorSupport$StrongRef.access$1000
Product: platform Reporter: aldobrucale <aldobrucale>
Component: TextAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=132476
Issue Type: DEFECT Exception Reporter: 132476
Attachments: stacktrace

Description aldobrucale 2008-10-23 12:43:48 UTC
Build: NetBeans IDE Dev (Build 200810230201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.24-21-generic, i386

User Comments:
aldobrucale: Opening a file in the editor (clicked on a node in the debug screen)



Stacktrace: 
java.lang.NullPointerException
        at org.openide.text.CloneableEditorSupport$StrongRef.access$1000(CloneableEditorSupport.java:2469)
        at org.openide.text.CloneableEditorSupport$1Selector.run(CloneableEditorSupport.java:2401)
        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)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
Comment 1 aldobrucale 2008-10-23 12:43:58 UTC
Created attachment 72535 [details]
stacktrace
Comment 2 mslama 2008-10-27 12:29:57 UTC
Added check for null
core-main #d6f0ebfafc09
Comment 3 Quality Engineering 2008-10-28 05:03:49 UTC
Integrated into 'main-golden', will be available in build *200810280201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d6f0ebfafc09
User: Marek Slama <mslama@netbeans.org>
Log: #151134: Add check for null.