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

Summary: [68cat] NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate
Product: editor Reporter: dheffelfinger <dheffelfinger>
Component: Hints & AnnotationsAssignee: Max Sauer <msauer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163204
Attachments: stacktrace
stacktrace

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 ***