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 - AssertionError at org.netbeans.modules.python.editor.PythonIndexer$IndexTask.scan
Summary: AssertionError at org.netbeans.modules.python.editor.PythonIndexer$IndexTask....
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (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-01-20 08:35 UTC by avp
Modified: 2015-05-18 05:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145361


Attachments
stacktrace (1.65 KB, text/plain)
2009-01-20 08:35 UTC, avp
Details

Note You need to log in before you can comment on or make changes to this bug.
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