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 166732 - NullPointerException at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan
Summary: NullPointerException at org.netbeans.modules.python.editor.PythonIndexer$Inde...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 17:10 UTC by gentoo_daemon
Modified: 2015-05-24 22:03 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152370


Attachments
stacktrace (2.90 KB, text/plain)
2009-06-08 17:11 UTC, gentoo_daemon
Details
stacktrace (2.40 KB, text/plain)
2009-07-15 18:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo_daemon 2009-06-08 17:10:59 UTC
Build: NetBeans IDE 6.7 RC2 (Build 200906042131)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-14-generic, i386

User Comments:
gentoo_daemon: Indexing large python project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan(PythonIndexer.java:293)
        at org.netbeans.modules.python.editor.PythonIndexer.index(PythonIndexer.java:172)
        at org.netbeans.modules.gsfret.source.usages.CachingIndexer$LanguageIndex.index(CachingIndexer.java:174)
        at org.netbeans.modules.gsfret.source.usages.CachingIndexer.index(CachingIndexer.java:118)
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater.batchCompile(RepositoryUpdater.java:2031)
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater$CompileWorker.updateFolder(RepositoryUpdater.java:1404)
Comment 1 gentoo_daemon 2009-06-08 17:11:11 UTC
Created attachment 83328 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-15 18:39:13 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.27-11-generic, i386

User Comments: 
Start netbeans and open directly one grails project.

Stacktrace: 
java.lang.NullPointerException<br/>
        at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan(PythonIndexer.java:293)<br/>
        at org.netbeans.modules.python.editor.PythonIndexer.index(PythonIndexer.java:172)<br/>
        at org.netbeans.modules.gsfret.source.usages.CachingIndexer$LanguageIndex.index(CachingIndexer.java:174)<br/>
        at org.netbeans.modules.gsfret.source.usages.CachingIndexer.index(CachingIndexer.java:118)<br/>
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater.batchCompile(RepositoryUpdater.java:2031)<br/>
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater$CompileWorker.updateFolder(RepositoryUpdater.java:1404)<br/>
Comment 3 Exceptions Reporter 2009-07-15 18:39:27 UTC
Created attachment 84799 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-07-15 18:39:54 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152370
Comment 5 Exceptions Reporter 2009-09-12 02:20:16 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152370
Comment 6 Lou Dasaro 2015-05-24 22:03:47 UTC
Unable to replicate using NetBeans IDE Dev 201505170001.
Likely fixed as a result of the GSF-to-CSL conversion.
Therefore marking as Fixed.