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 186529 - AssertionError at org.netbeans.modules.gsf.api.OffsetRange.<init>
Summary: AssertionError at org.netbeans.modules.gsf.api.OffsetRange.<init>
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 20:35 UTC by paulr5930
Modified: 2015-05-24 21:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148992


Attachments
stacktrace (1.58 KB, text/plain)
2010-05-21 20:35 UTC, paulr5930
Details
stacktrace (1.68 KB, text/plain)
2013-05-30 13:49 UTC, BFB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paulr5930 2010-05-21 20:35:03 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5212-on-100521)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
paulr5930: I was just editing some Python. I don't remember doing anything special.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.gsf.api.OffsetRange.<init>(OffsetRange.java:65)
   at org.netbeans.modules.python.editor.PythonAstUtils.getRange(PythonAstUtils.java:308)
   at org.netbeans.modules.python.editor.PythonTypeAnalyzer.init(PythonTypeAnalyzer.java:728)
   at org.netbeans.modules.python.editor.PythonTypeAnalyzer.getType(PythonTypeAnalyzer.java:811)
   at org.netbeans.modules.python.editor.PythonCodeCompleter.completeObjectMethod(PythonCodeCompleter.java:1246)
   at org.netbeans.modules.python.editor.PythonCodeCompleter.complete(PythonCodeCompleter.java:326)
Comment 1 paulr5930 2010-05-21 20:35:06 UTC
Created attachment 99332 [details]
stacktrace
Comment 2 BFB 2013-05-30 13:49:23 UTC
Created attachment 135141 [details]
stacktrace

automatic code completion on the fileinfo.MP3FileInfo class
Comment 3 Lou Dasaro 2015-05-24 21:06:00 UTC
Unable to replicate using NetBeans IDE Dev 201505170001.
Likely fixed as a result of the GSF-to-CSL conversion.
Therefore marking as Fixed.