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 158637 - NullPointerException at org.netbeans.modules.editor.NbEditorDocument.createEditor
Summary: NullPointerException at org.netbeans.modules.editor.NbEditorDocument.createEd...
Status: RESOLVED DUPLICATE of bug 138686
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 22:54 UTC by ufo777
Modified: 2009-03-24 11:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146395


Attachments
stacktrace (2.78 KB, text/plain)
2009-02-16 22:54 UTC, ufo777
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ufo777 2009-02-16 22:54:06 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:170)
        at org.openide.text.CloneableEditor$DoInitialize.initCustomEditor(CloneableEditor.java:377)
        at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:479)
        at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:945)
        at org.netbeans.modules.java.hints.infrastructure.HintAction.getCurrentFile(HintAction.java:112)
        at org.netbeans.modules.java.hints.infrastructure.HintAction.updateEnabled(HintAction.java:69)
Comment 1 ufo777 2009-02-16 22:54:11 UTC
Created attachment 77048 [details]
stacktrace
Comment 2 Miloslav Metelka 2009-03-24 11:30:35 UTC

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