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 170948 - NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.removeUpdate
Summary: NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.re...
Status: RESOLVED DUPLICATE of bug 170487
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 17:03 UTC by misterm
Modified: 2009-09-04 13:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156976


Attachments
stacktrace (2.85 KB, text/plain)
2009-08-26 17:04 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2009-08-26 17:03:59 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3808-on-090825)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.AnnotationHolder.removeUpdate(AnnotationHolder.java:410)
        at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:99)
        at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:243)
        at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1626)
        at org.netbeans.editor.BaseDocumentEvent.undo(BaseDocumentEvent.java:312)
        at org.netbeans.editor.GuardedDocumentEvent.undo(GuardedDocumentEvent.java:69)
Comment 1 misterm 2009-08-26 17:04:04 UTC
Created attachment 86703 [details]
stacktrace
Comment 2 Max Sauer 2009-09-04 13:39:32 UTC
This is probably a duplicate of #170487.

*** This issue has been marked as a duplicate of 170487 ***