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

Summary: IllegalArgumentException: Contents must be presorted - added value -2147477628 is less than preceding value 2147384920
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200179
Attachments: stacktrace

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 ***