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 224717 - [73cat] NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUtilities.addPriorityDocumentListener
Summary: [73cat] NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUt...
Status: RESOLVED DUPLICATE of bug 173484
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 17:15 UTC by misterm
Modified: 2013-01-21 16:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174409


Attachments
stacktrace (1.37 KB, text/plain)
2013-01-10 17:15 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-01-10 17:15:02 UTC
Build: NetBeans IDE Dev (Build 20130110-1f77a08481ab)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
Chiana: Deleted a project that was not to be anymore.

GUEST: adding a file from 7z by dragging and dropping




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.util.swing.DocumentUtilities.addPriorityDocumentListener(DocumentUtilities.java:133)
   at org.netbeans.lib.editor.util.swing.DocumentUtilities.addDocumentListener(DocumentUtilities.java:111)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider$ScanningListener.attachTo(TodoAnnotationProvider.java:164)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider$ScanningListener.attachTo(TodoAnnotationProvider.java:173)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider$ScanningListener.access$000(TodoAnnotationProvider.java:136)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider.annotate(TodoAnnotationProvider.java:92)
Comment 1 misterm 2013-01-10 17:15:04 UTC
Created attachment 130085 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-01-21 16:40:45 UTC
showtodo attach to null document

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