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 - [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 07:51 UTC by misterm
Modified: 2009-12-01 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163197


Attachments
stacktrace (3.12 KB, text/plain)
2009-12-01 07:51 UTC, misterm
Details
stacktrace (3.12 KB, text/plain)
2009-12-01 07:52 UTC, misterm
Details
stacktrace (3.16 KB, text/plain)
2009-12-01 07:53 UTC, misterm
Details
package currently being edited where the exception raises (22.07 KB, application/zip)
2009-12-01 11:56 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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