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 187045 - [69cat] NullPointerException at org.netbeans.modules.showtodos.TodoSourceParsing.parseForAnnotatable
Summary: [69cat] NullPointerException at org.netbeans.modules.showtodos.TodoSourcePars...
Status: RESOLVED DUPLICATE of bug 178309
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Michel Graciano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 14:50 UTC by Michel Graciano
Modified: 2011-10-25 15:48 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160436


Attachments
stacktrace (4.38 KB, text/plain)
2010-06-01 14:50 UTC, Michel Graciano
Details
stacktrace (711 bytes, text/plain)
2010-06-21 09:40 UTC, tprochazka
Details
stacktrace (1.63 KB, text/plain)
2010-06-26 12:31 UTC, Exceptions Reporter
Details
stacktrace (1.63 KB, text/plain)
2011-01-06 12:55 UTC, misterm
Details
stacktrace (1.63 KB, text/plain)
2011-03-24 15:18 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-06-01 14:50:36 UTC
Build: NetBeans IDE 6.9 RC1 (Build 201005242201)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
hmichel: Closed a sql tab




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.showtodos.TodoSourceParsing.parseForAnnotatable(TodoSourceParsing.java:132)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider.parse(TodoAnnotationProvider.java:121)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider.annotate(TodoAnnotationProvider.java:107)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider.access$300(TodoAnnotationProvider.java:80)
   at org.netbeans.modules.showtodos.TodoAnnotationProvider$ScanningListener.run(TodoAnnotationProvider.java:187)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
Comment 1 Michel Graciano 2010-06-01 14:50:40 UTC
Created attachment 99719 [details]
stacktrace
Comment 2 tprochazka 2010-06-21 09:40:29 UTC
Created attachment 100269 [details]
stacktrace
Comment 3 Exceptions Reporter 2010-06-26 12:31:50 UTC
Created attachment 100432 [details]
stacktrace

deleting file from projects panel
Comment 4 misterm 2011-01-06 12:55:42 UTC
Created attachment 104757 [details]
stacktrace
Comment 5 Jan Lahoda 2011-03-24 15:18:57 UTC
Created attachment 107245 [details]
stacktrace

Closing the last editor tab.
Comment 6 Michel Graciano 2011-10-25 15:48:02 UTC

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