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 202371 - NullPointerException at javax.swing.text.StyledEditorKit$StyledViewFactory.create
Summary: NullPointerException at javax.swing.text.StyledEditorKit$StyledViewFactory.cr...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 17:22 UTC by Jesse Glick
Modified: 2011-09-22 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181240


Attachments
stacktrace (2.46 KB, text/plain)
2011-09-20 17:22 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-20 17:22:20 UTC
Build: NetBeans IDE Dev (Build 20110919-ae5671919ccf)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
jglick: Trying to add a comment to a BZ bug.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.StyledEditorKit$StyledViewFactory.create(StyledEditorKit.java:308)
   at javax.swing.text.CompositeView.loadChildren(CompositeView.java:112)
   at javax.swing.text.CompositeView.setParent(CompositeView.java:139)
   at javax.swing.plaf.basic.BasicTextUI$RootView.setView(BasicTextUI.java:1330)
   at javax.swing.plaf.basic.BasicTextUI.setView(BasicTextUI.java:695)
   at javax.swing.plaf.basic.BasicTextUI.modelChanged(BasicTextUI.java:684)
Comment 1 Jesse Glick 2011-09-20 17:22:24 UTC
Created attachment 110926 [details]
stacktrace
Comment 2 Tomas Stupka 2011-09-20 18:24:15 UTC
core-main #dc7d20b7956a
Comment 3 Quality Engineering 2011-09-22 14:51:16 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/dc7d20b7956a
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #202371 - NullPointerException at javax.swing.text.StyledEditorKit$StyledViewFactory.create