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 202518 - [71cat] NullPointerException at javax.swing.text.DefaultStyledDocument.updateStylesListeningTo
Summary: [71cat] NullPointerException at javax.swing.text.DefaultStyledDocument.update...
Status: RESOLVED DUPLICATE of bug 202731
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 19:44 UTC by sunbiz
Modified: 2011-09-29 14:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181316


Attachments
stacktrace (3.17 KB, text/plain)
2011-09-22 19:44 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-22 19:44:10 UTC
Build: NetBeans IDE Dev (Build 201109220601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
sunbiz: Clicking on a bug report from the Exceptions Reporter to view the bugid inside Netbeans and got this exception




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.DefaultStyledDocument.updateStylesListeningTo(DefaultStyledDocument.java:922)
   at javax.swing.text.DefaultStyledDocument$StyleContextChangeHandler.fireStateChanged(DefaultStyledDocument.java:2566)
   at javax.swing.text.DefaultStyledDocument$AbstractChangeHandler.stateChanged(DefaultStyledDocument.java:2526)
   at javax.swing.text.StyleContext$NamedStyle.fireStateChanged(StyleContext.java:1353)
   at javax.swing.text.StyleContext$NamedStyle.addAttribute(StyleContext.java:1489)
   at javax.swing.text.StyleContext.addStyle(StyleContext.java:93)
Comment 1 sunbiz 2011-09-22 19:44:16 UTC
Created attachment 111060 [details]
stacktrace
Comment 2 Tomas Stupka 2011-09-29 14:57:48 UTC

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