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 177933 - [68cat] NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate
Summary: [68cat] NullPointerException at org.netbeans.modules.editor.hints.AnnotationH...
Status: RESOLVED DUPLICATE of bug 177914
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Max Sauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 09:33 UTC by dheffelfinger
Modified: 2009-12-01 09:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163204


Attachments
stacktrace (3.20 KB, text/plain)
2009-12-01 09:33 UTC, dheffelfinger
Details
stacktrace (3.20 KB, text/plain)
2009-12-01 09:37 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dheffelfinger 2009-12-01 09:33:41 UTC
This bug was originally marked as duplicate of bug 177160, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 200912010200)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
dheffelfinger: hitting backspace triggers the exception



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate(AnnotationHolder.java:310)
        at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:79)
        at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
        at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1623)
        at org.netbeans.editor.BaseDocumentEvent.undo(BaseDocumentEvent.java:310)
        at org.netbeans.editor.GuardedDocumentEvent.undo(GuardedDocumentEvent.java:69)
Comment 1 dheffelfinger 2009-12-01 09:33:45 UTC
Created attachment 91946 [details]
stacktrace
Comment 2 alied 2009-12-01 09:37:44 UTC
Created attachment 91947 [details]
stacktrace
Comment 3 Max Sauer 2009-12-01 09:45:07 UTC

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