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 157098

Summary: AssertionError at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan
Product: python Reporter: avp <avp>
Component: CodeAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED FIXED    
Severity: blocker CC: kolen
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145361
Issue Type: DEFECT Exception Reporter: 145361
Attachments: stacktrace

Description avp 2009-01-20 08:35:25 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-2514-on-090117)
VM: OpenJDK 64-Bit Server VM, 1.6.0_0-b11, OpenJDK  Runtime Environment, 1.6.0_0-b11
OS: Linux, 2.6.27.7-9-default, amd64

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan(PythonIndexer.java:290)
        at org.netbeans.modules.python.editor.PythonIndexer.index(PythonIndexer.java:172)
        at org.netbeans.modules.gsfret.source.usages.SourceAnalyser.analyse(SourceAnalyser.java:102)
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater$CompileWorker.updateFile(RepositoryUpdater.java:1586)
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater$CompileWorker.access$2100(RepositoryUpdater.java:651)
        at org.netbeans.modules.gsfret.source.usages.RepositoryUpdater$CompileWorker$1.run(RepositoryUpdater.java:912)
Comment 1 avp 2009-01-20 08:35:35 UTC
Created attachment 76013 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 05:13:14 UTC
Likely fixed as a result of porting the Python Editor APIs from GSF to CSL.
http://hg.netbeans.org/main/contrib/rev/94fd635a7eb3