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 251431 - IllegalArgumentException: Contents must be presorted - added value 192 is less than preceding value 211
Summary: IllegalArgumentException: Contents must be presorted - added value 192 is les...
Status: RESOLVED INCOMPLETE
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-03-26 10:14 UTC by Exceptions Reporter
Modified: 2015-08-14 11:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216374


Attachments
stacktrace (762 bytes, text/plain)
2015-03-26 10:14 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-03-26 10:14:25 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) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
GUEST: JSoup 1.8.1, trying to get user status from vk.com.




Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value 192 is less than preceding value 211
   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.write(OutWriter.java:566)
   at java.io.PrintWriter.write(PrintWriter.java:456)
   at java.io.PrintWriter.write(PrintWriter.java:473)
Comment 1 Exceptions Reporter 2015-03-26 10:14:27 UTC
Created attachment 152852 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 11:39:09 UTC
Can you please provide a test case (part of code reading the user status, if it is open source), or output of your program (e.g. when started from command line and output redirected to a file)? Thank you.