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 228914 - IllegalArgumentException: Contents must be presorted - added value -2147477628 is less than preceding value 2147384920
Summary: IllegalArgumentException: Contents must be presorted - added value -214747762...
Status: RESOLVED DUPLICATE of bug 185462
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 19:10 UTC by Exceptions Reporter
Modified: 2013-04-24 06:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200179


Attachments
stacktrace (946 bytes, text/plain)
2013-04-23 19:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-04-23 19:10:29 UTC
This bug was originally marked as duplicate of bug 135865, 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.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value -2147477628 is less than preceding value 2147384920
   at org.netbeans.core.output2.IntList.add(IntList.java:76)
   at org.netbeans.core.output2.AbstractLines.lineUpdated(AbstractLines.java:764)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:216)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:453)
   at org.netbeans.core.output2.OutWriter.print(OutWriter.java:524)
   at org.netbeans.core.output2.ErrWriter.print(ErrWriter.java:211)
Comment 1 Exceptions Reporter 2013-04-23 19:10:30 UTC
Created attachment 133727 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-04-24 06:21:28 UTC

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