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 177921

Summary: [68cat] NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate
Product: editor Reporter: misterm <misterm>
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: 163197
Attachments: stacktrace
stacktrace
stacktrace
package currently being edited where the exception raises

Description misterm 2009-12-01 07:51:29 UTC
Build: NetBeans IDE Dev (Build 091130-af9c00471919)
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.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.BaseDocument.insertString(BaseDocument.java:778)
        at org.netbeans.editor.ext.ExtKit$ToggleCommentAction.comment(ExtKit.java:982)
Comment 1 misterm 2009-12-01 07:51:33 UTC
Created attachment 91929 [details]
stacktrace
Comment 2 misterm 2009-12-01 07:52:37 UTC
Created attachment 91930 [details]
stacktrace
Comment 3 misterm 2009-12-01 07:53:36 UTC
Created attachment 91932 [details]
stacktrace
Comment 4 Max Sauer 2009-12-01 08:01:31 UTC
This is a duplicate of already fixed 177914.

*** This bug has been marked as a duplicate of bug 177914 ***
Comment 5 alied 2009-12-01 11:56:26 UTC
Created attachment 91953 [details]
package currently being edited where the exception raises