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 175076 - IllegalStateException: NbEditorDocument.createEditor(): ui=javax.swing.plaf.basic.BasicEditorPaneUI@b29aa5, kit=javax.swing.JEditorPane$PlainEditorKit@1c6fb4f, pane=org.openide.text.QuietEditorPane[,0
Summary: IllegalStateException: NbEditorDocument.createEditor(): ui=javax.swing.plaf.b...
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-10-21 10:04 UTC by Alexander Simon
Modified: 2009-10-21 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160559


Attachments
stacktrace (2.03 KB, text/plain)
2009-10-21 10:04 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2009-10-21 10:04:15 UTC
Build: NetBeans IDE Dev (Build 091021)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: SunOS, 5.10, x86

Stacktrace: 
java.lang.IllegalStateException: NbEditorDocument.createEditor(): ui=javax.swing.plaf.basic.BasicEditorPaneUI@b29aa5, kit=javax.swing.JEditorPane$PlainEditorKit@1c6fb4f, pane=org.openide.text.QuietEditorPane[,0,0,0x0,invalid,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@46f6e4,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=sun.swing.PrintColorUIResource[r=51,g=51,b=51],disabledTextColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],editable=true,margin=javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=3,right=3],selectedTextColor=sun.swing.PrintColorUIResource[r=51,g=51,b=51],selectionColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],kit=javax.swing.JEditorPane$PlainEditorKit@1c6fb4f,typeHandlers=]
        at org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:175)
        at org.openide.text.CloneableEditor$DoInitialize.initCustomEditor(CloneableEditor.java:497)
        at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:599)
        at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:1067)
        at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1098)
        at org.netbeans.modules.cnd.gizmo.SourceSupportProviderImpl$1.run(SourceSupportProviderImpl.java:206)
Comment 1 Alexander Simon 2009-10-21 10:04:19 UTC
Created attachment 89831 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-10-21 11:05:23 UTC

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