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 259000

Summary: IllegalArgumentException: Contents must be presorted - added value -130820 is less than preceding value 0
Product: platform Reporter: Deadpool
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223722
Attachments: stacktrace

Description Deadpool 2016-04-25 09:12:16 UTC
This bug was originally marked as duplicate of bug 236507, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
Deadpool: no idea




Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value -130820 is less than preceding value 0
   at org.netbeans.core.output2.IntList.add(IntList.java:76)
   at org.netbeans.core.output2.AbstractLines.lineUpdated(AbstractLines.java:817)
   at org.netbeans.core.output2.OutWriter.write(OutWriter.java:221)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:501)
   at org.netbeans.core.output2.OutWriter.printLineEnd(OutWriter.java:560)
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:555)
Comment 1 Deadpool 2016-04-25 09:12:17 UTC
Created attachment 159421 [details]
stacktrace