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

Summary: NullPointerException at javax.swing.text.html.StyleSheet.removeHTMLTags
Product: obsolete Reporter: FrantaM
Component: collabAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185304
Attachments: stacktrace

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