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 267332

Summary: IllegalStateException: NbEditorDocument.createEditor(): ui=javax.swing.plaf.synth.SynthEditorPaneUI@724c949c, kit=javax.swing.JEditorPane$PlainEditorKit@3e191d07, pane=javax.swing.JEditorPane[,0,0,0x0
Product: editor Reporter: Ralph Ruijs <ralphbenjamin>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225459
Attachments: stacktrace

Description Ralph Ruijs 2016-07-27 11:49:32 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201607270620)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+128, Java(TM) SE Runtime Environment, 9-ea+128
OS: Linux

User Comments:
ralphbenjamin: Open Effective Pom using JDK9 build




Stacktrace: 
java.lang.IllegalStateException: NbEditorDocument.createEditor(): ui=javax.swing.plaf.synth.SynthEditorPaneUI@724c949c, kit=javax.swing.JEditorPane$PlainEditorKit@3e191d07, pane=javax.swing.JEditorPane[,0,0,0x0,invalid,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.synth.SynthBorder@57defbdd,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=DerivedColor(color=142,143,145 parent=nimbusDisabledText offsets=0.0,0.0,0.0,0 pColor=142,143,145,editable=true,margin=javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0],selectedTextColor=DerivedColor(color=255,255,255 parent=nimbusSelectedText offsets=0.0,0.0,0.0,0 pColor=255,255,255,selectionColor=DerivedColor(color=57,105,138 parent=nimbusSelectionBackground offsets=0.0,0.0,0.0,0 pColor=57,105,138,kit=javax.swing.JEditorPane$PlainEditorKit@3e191d07,typeHandlers={}]
   at org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:198)
   at org.netbeans.modules.maven.grammar.EffectivePomMD$EffPOMView$5.run(EffectivePomMD.java:383)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:712)
Comment 1 Ralph Ruijs 2016-07-27 11:49:43 UTC
Created attachment 161462 [details]
stacktrace