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 256902 - NullPointerException at javax.swing.text.html.StyleSheet.getRule
Summary: NullPointerException at javax.swing.text.html.StyleSheet.getRule
Status: RESOLVED DUPLICATE of bug 258492
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 15:23 UTC by seyit
Modified: 2016-06-17 06:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221447


Attachments
stacktrace (4.79 KB, text/plain)
2015-12-01 15:23 UTC, seyit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seyit 2015-12-01 15:23:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
seyit: <Please provide a description of the problem or the steps to reproduce>




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:1328)
Comment 1 seyit 2015-12-01 15:23:50 UTC
Created attachment 157589 [details]
stacktrace
Comment 2 Martin Entlicher 2016-06-17 06:20:24 UTC
https://bugs.openjdk.java.net/browse/JDK-8030211

*** This bug has been marked as a duplicate of bug 258492 ***