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 252088 - NullPointerException at javax.swing.text.html.StyleSheet.getRule
Summary: NullPointerException at javax.swing.text.html.StyleSheet.getRule
Status: RESOLVED DUPLICATE of bug 248821
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-25 00:05 UTC by misterm
Modified: 2015-04-27 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216969


Attachments
stacktrace (5.20 KB, text/plain)
2015-04-25 00:05 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-04-25 00:05:32 UTC
Build: NetBeans IDE Dev (Build 20150416-2c0e5d88b95f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.html.StyleSheet.getRule(StyleSheet.java:212)
   at javax.swing.text.html.StyleSheet$ViewAttributeSet.<init>(StyleSheet.java:2673)
   at javax.swing.text.html.StyleSheet.getViewAttributes(StyleSheet.java:348)
   at javax.swing.text.html.BlockView.setPropertiesFromAttributes(BlockView.java:404)
   at javax.swing.text.html.BlockView.setParent(BlockView.java:74)
   at javax.swing.text.html.HTMLEditorKit$HTMLFactory$BodyBlockView.setParent(HTMLEditorKit.java:1327)
Comment 1 misterm 2015-04-25 00:05:34 UTC
Created attachment 153386 [details]
stacktrace
Comment 2 Martin Entlicher 2015-04-27 12:50:05 UTC

*** This bug has been marked as a duplicate of bug 248821 ***
Comment 3 Martin Entlicher 2015-04-27 12:54:12 UTC
There is also java.lang.NullPointerException
	at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.generateXML(XMLGeneratorVisitor.java:136) in the messages log, which is reported already as issue #245434.