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 250895 - NullPointerException at javax.swing.text.html.StyleSheet.getRule
Summary: NullPointerException at javax.swing.text.html.StyleSheet.getRule
Status: RESOLVED DUPLICATE of bug 222419
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: RANDOM
Depends on:
Blocks:
 
Reported: 2015-03-04 13:55 UTC by JGeovani
Modified: 2015-03-04 14:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215834


Attachments
stacktrace (3.12 KB, text/plain)
2015-03-04 13:55 UTC, JGeovani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JGeovani 2015-03-04 13:55:47 UTC
This bug was originally marked as duplicate of bug 245707, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
JGeovani: kkkkkkkkkkk

JGeovani: kkkkkkkkkkk




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.html.ParagraphView.setParent(ParagraphView.java:77)
   at javax.swing.text.CompositeView.replace(CompositeView.java:217)
Comment 1 JGeovani 2015-03-04 13:55:49 UTC
Created attachment 152392 [details]
stacktrace
Comment 2 Martin Entlicher 2015-03-04 14:47:27 UTC
Can not be fixed without steps to reproduce. Unfortunately, this is a threading issue and therefore random.

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