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 215423 - 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: 204434
Blocks:
  Show dependency tree
 
Reported: 2012-07-11 18:50 UTC by Exceptions Reporter
Modified: 2012-07-12 08:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190648


Attachments
stacktrace (3.34 KB, text/plain)
2012-07-11 18:50 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-07-11 18:50:37 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 Beta (Build 201109252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

Stacktrace: 
java.lang.AssertionError: o2=-1
   at org.netbeans.modules.editor.hints.AnnotationHolder$PositionComparator.compare(AnnotationHolder.java:1256)
   at java.util.Collections.indexedBinarySearch(Collections.java:377)
   at java.util.Collections.binarySearch(Collections.java:365)
   at org.netbeans.modules.editor.hints.AnnotationHolder.getPosition(AnnotationHolder.java:1038)
   at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:957)
   at org.netbeans.modules.editor.hints.AnnotationHolder.access$1400(AnnotationHolder.java:120)
Comment 1 Exceptions Reporter 2012-07-11 18:50:41 UTC
Created attachment 121946 [details]
stacktrace
Comment 2 Jan Lahoda 2012-07-12 08:12:52 UTC

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