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 229593 - IllegalArgumentException: Contents must be presorted - added value -2147483168 is less than preceding value 2147483438
Summary: IllegalArgumentException: Contents must be presorted - added value -214748316...
Status: RESOLVED DUPLICATE of bug 185462
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 19:32 UTC by alied
Modified: 2013-05-15 06:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200569


Attachments
stacktrace (1.53 KB, text/plain)
2013-05-10 19:32 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-05-10 19:32:07 UTC
This bug was originally marked as duplicate of bug 164616, 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.3.1 (Build 201304162201)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
alied: Couldn't say what exactly I was doing. It jut popped out.




Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value -2147483168 is less than preceding value 2147483438
   at org.netbeans.core.output2.IntList.add(IntList.java:76)
   at org.netbeans.core.output2.AbstractLines.lineUpdated(AbstractLines.java:769)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:220)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:460)
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:495)
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:344)
Comment 1 alied 2013-05-10 19:32:08 UTC
Created attachment 134300 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-05-15 06:13:03 UTC

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