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 208799 - NullPointerException at javax.swing.text.html.StyleSheet.removeHTMLTags
Summary: NullPointerException at javax.swing.text.html.StyleSheet.removeHTMLTags
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 15:05 UTC by FrantaM
Modified: 2012-02-24 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185304


Attachments
stacktrace (3.75 KB, text/plain)
2012-02-23 15:05 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-02-23 15:05:36 UTC
Build: NetBeans IDE Dev (Build 201202220400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.html.StyleSheet.removeHTMLTags(StyleSheet.java:695)
   at javax.swing.text.html.StyleSheet.addAttributes(StyleSheet.java:593)
   at javax.swing.text.StyleContext$NamedStyle.addAttributes(StyleContext.java:1513)
   at javax.swing.text.html.HTMLEditorKit.createInputAttributes(HTMLEditorKit.java:452)
   at javax.swing.text.StyledEditorKit$AttributeTracker.updateInputAttributes(StyledEditorKit.java:259)
   at javax.swing.text.StyledEditorKit.install(StyledEditorKit.java:117)
Comment 1 FrantaM 2012-02-23 15:05:38 UTC
Created attachment 116064 [details]
stacktrace