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 145910 - [65cat] ArrayIndexOutOfBoundsException: -1
Summary: [65cat] ArrayIndexOutOfBoundsException: -1
Status: RESOLVED DUPLICATE of bug 138906
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 13:16 UTC by azizi
Modified: 2008-09-03 14:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 5176


Attachments
stacktrace (3.10 KB, text/plain)
2008-09-02 13:17 UTC, azizi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description azizi 2008-09-02 13:16:46 UTC
Build: NetBeans IDE Dev (Build 200808241401)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
        at org.netbeans.modules.java.source.pretty.CharBuffer.eatAwayChars(CharBuffer.java:263)
        at org.netbeans.modules.java.source.pretty.VeryPretty.eatChars(VeryPretty.java:1557)
        at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:2996)
        at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:2985)
        at org.netbeans.modules.java.source.save.CasualDiff.diffVarDef(CasualDiff.java:683)
        at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:2542)
Comment 1 azizi 2008-09-02 13:17:11 UTC
Created attachment 68867 [details]
stacktrace
Comment 2 Jan Becicka 2008-09-03 14:55:39 UTC

*** This issue has been marked as a duplicate of 138906 ***