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 156712 - 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-13 19:19 UTC by tonybeckham
Modified: 2015-05-18 05:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145143


Attachments
stacktrace (2.84 KB, text/plain)
2009-01-13 19:20 UTC, tonybeckham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2009-01-13 19:19:57 UTC
Build: NetBeans IDE Dev (Build 20090113163951)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.5, i386

User Comments:
tonybeckham: I was using undo shortcut keys to undo some changes.



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.analyseUnitAndStore(SourceAnalyser.java:119)
        at org.netbeans.modules.gsfret.source.usages.PersistentClassIndex.runIndexers(PersistentClassIndex.java:164)
        at org.netbeans.modules.gsfret.source.usages.PersistentClassIndex.access$000(PersistentClassIndex.java:81)
        at org.netbeans.modules.gsfret.source.usages.PersistentClassIndex$2$1.run(PersistentClassIndex.java:208)
Comment 1 tonybeckham 2009-01-13 19:20:02 UTC
Created attachment 75782 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 05:14:58 UTC
Unable to replicate anomaly using provided test case.
This was likely fixed as a result of porting the Python Editor APIs from GSF to CSL.
http://hg.netbeans.org/main/contrib/rev/94fd635a7eb3