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

Summary: NullPointerException at javax.swing.text.html.StyleSheet.getRule
Product: ide Reporter: MackSix
Component: LoggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206198
Attachments: stacktrace

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 ***