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 - IllegalArgumentException: Contents must be presorted - added value -130820 is less than preceding value 0
Summary: IllegalArgumentException: Contents must be presorted - added value -130820 is...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 09:12 UTC by Deadpool
Modified: 2016-04-25 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223722


Attachments
stacktrace (2.94 KB, text/plain)
2016-04-25 09:12 UTC, Deadpool
Details

Note You need to log in before you can comment on or make changes to this bug.
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