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 - NPE at org.openide.text.CloneableEditorSupport$StrongRef.access$1000
Summary: NPE at org.openide.text.CloneableEditorSupport$StrongRef.access$1000
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 12:43 UTC by aldobrucale
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 132476


Attachments
stacktrace (981 bytes, text/plain)
2008-10-23 12:43 UTC, aldobrucale
Details

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