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 177160 - NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.insertUpdate
Summary: NullPointerException at org.netbeans.modules.editor.hints.AnnotationHolder.in...
Status: RESOLVED INCOMPLETE
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-11-18 23:39 UTC by carmarthen
Modified: 2009-11-23 05:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162207


Attachments
stacktrace (3.47 KB, text/plain)
2009-11-18 23:39 UTC, carmarthen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carmarthen 2009-11-18 23:39:22 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
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.BaseDocumentEvent.undo(BaseDocumentEvent.java:310)
        at org.netbeans.editor.GuardedDocumentEvent.undo(GuardedDocumentEvent.java:69)
Comment 1 carmarthen 2009-11-18 23:39:26 UTC
Created attachment 91308 [details]
stacktrace
Comment 2 Max Sauer 2009-11-23 05:47:02 UTC
Could you please provide steps how to reproduce this issue? Thanks.