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 121761 - AIOOBE from GapList.get in OffsetsBag.removeHighlights
Summary: AIOOBE from GapList.get in OffsetsBag.removeHighlights
Status: RESOLVED DUPLICATE of bug 117403
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-12 18:02 UTC by Jesse Glick
Modified: 2007-12-07 16:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 4593


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-11-12 18:02:07 UTC
Thrown for me repeatedly in a current build after making edits in a few files, not sure why. Most recent:

http://statistics.netbeans.org/exceptions/detail.do?id=11237
Comment 1 Vitezslav Stejskal 2007-11-13 09:25:35 UTC
This seems to happen occasionally. I don't know why or how to reproduce it. One theory is that the ordering of GapList's
data gets broken for some reason and subsequent operations involving binary search for an element fail. It could have
something to do with editor undo/redo and recalculating positions. I'll try to write some tests for it and see if they
crash too.

*** This issue has been marked as a duplicate of 117403 ***