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 216879 - AssertionError: o2=-1
Summary: AssertionError: o2=-1
Status: RESOLVED DUPLICATE of bug 200469
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 19:43 UTC by Exceptions Reporter
Modified: 2012-09-11 13:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191539


Attachments
stacktrace (2.30 KB, text/plain)
2012-08-14 19:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-08-14 19:43:21 UTC
This bug was originally marked as duplicate of bug 110956, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError: o2=-1
   at org.netbeans.modules.editor.hints.AnnotationHolder$PositionComparator.compare(AnnotationHolder.java:1322)
   at java.util.Collections.indexedBinarySearch(Collections.java:319)
   at java.util.Collections.binarySearch(Collections.java:307)
   at org.netbeans.modules.editor.hints.AnnotationHolder.getPosition(AnnotationHolder.java:1104)
   at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:1023)
   at org.netbeans.modules.editor.hints.AnnotationHolder.access$1400(AnnotationHolder.java:121)
Comment 1 Exceptions Reporter 2012-08-14 19:43:24 UTC
Created attachment 123108 [details]
stacktrace
Comment 2 Jan Lahoda 2012-09-11 13:21:58 UTC

*** This bug has been marked as a duplicate of bug 200469 ***