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 239752 - NullPointerException at javax.swing.text.html.StyleSheet.getRule
Summary: NullPointerException at javax.swing.text.html.StyleSheet.getRule
Status: RESOLVED DUPLICATE of bug 236136
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-24 05:48 UTC by MackSix
Modified: 2014-07-28 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206198


Attachments
stacktrace (3.14 KB, text/plain)
2013-12-24 05:48 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-12-24 05:48:38 UTC
Build: NetBeans IDE Dev (Build 201312230002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b60, Java(TM) SE Runtime Environment, 1.8.0-ea-b118
OS: Windows 7

User Comments:
MackSix: I had a Slowness detected warning and when I clicked on "Review and Report Problem" the exception reporter open and then I saw an Exception Dialog pop-up with a Null Pointer Exception. I then clicked Cancel on the Exception Reporter dialog and the Null Pointer Exception dialog went away. Then this Exception Dialog opened.




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.ParagraphView.setPropertiesFromAttributes(ParagraphView.java:101)
   at javax.swing.text.ParagraphView.<init>(ParagraphView.java:59)
   at javax.swing.text.html.ParagraphView.<init>(ParagraphView.java:54)
Comment 1 MackSix 2013-12-24 05:48:40 UTC
Created attachment 143417 [details]
stacktrace
Comment 2 Martin Entlicher 2014-07-28 15:23:34 UTC
Please provide specific steps to reproduce.

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