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 203228 - NullPointerException at javax.swing.text.DefaultStyledDocument.updateStylesListeningTo
Summary: NullPointerException at javax.swing.text.DefaultStyledDocument.updateStylesLi...
Status: RESOLVED DUPLICATE of bug 202731
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 12:27 UTC by Egor Ushakov
Modified: 2011-10-06 12:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181602


Attachments
stacktrace (3.07 KB, text/plain)
2011-10-06 12:27 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2011-10-06 12:27:21 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: SunOS

User Comments:
gorrus: opened a bug in bugzilla support




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.DefaultStyledDocument.updateStylesListeningTo(DefaultStyledDocument.java:914)
   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 Egor Ushakov 2011-10-06 12:27:25 UTC
Created attachment 111601 [details]
stacktrace
Comment 2 Tomas Stupka 2011-10-06 12:37:48 UTC

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