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 257033 - IllegalArgumentException: Contents must be presorted - added value 105346022 is less than preceding value 2045515764
Summary: IllegalArgumentException: Contents must be presorted - added value 105346022 ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-07 20:16 UTC by Exceptions Reporter
Modified: 2017-08-18 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221555


Attachments
stacktrace (1.04 KB, text/plain)
2015-12-07 20:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-07 20:16:29 UTC
This bug was originally marked as duplicate of bug 201450, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: Running an application




Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value 105346022 is less than preceding value 2045515764
   at org.netbeans.core.output2.IntList.add(IntList.java:76)
   at org.netbeans.core.output2.AbstractLines.addTabAt(AbstractLines.java:1300)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:481)
   at org.netbeans.core.output2.OutWriter.print(OutWriter.java:593)
   at org.netbeans.core.output2.OutWriter.printANSI(OutWriter.java:707)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:427)
Comment 1 Exceptions Reporter 2015-12-07 20:16:31 UTC
Created attachment 157702 [details]
stacktrace