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

Summary: IllegalArgumentException: Contents must be presorted - added value 105346022 is less than preceding value 2045515764
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: dxjd4
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221555
Attachments: stacktrace

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