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

Summary: NullPointerException at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan
Product: python Reporter: gentoo_daemon <gentoo_daemon>
Component: EditorAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED FIXED    
Severity: blocker CC: gentoo_daemon, idkfa, lhonda, stroudcuster
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=152370
Issue Type: DEFECT Exception Reporter: 152370
Attachments: stacktrace
stacktrace

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.