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 257716 - IllegalArgumentException: Copying to 6768 is greater then its size (6767).
Summary: IllegalArgumentException: Copying to 6768 is greater then its size (6767).
Status: RESOLVED DUPLICATE of bug 240803
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-27 15:21 UTC by stefan79
Modified: 2016-02-04 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222260


Attachments
stacktrace (5.89 KB, text/plain)
2016-01-27 15:22 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2016-01-27 15:21:59 UTC
This bug was originally marked as duplicate of bug 240803, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-309-on-20151203)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Windows 8.1

User Comments:
stefan79: Exception occured while renaming a Method-Variable.




Stacktrace: 
java.lang.IllegalArgumentException: Copying to 6768 is greater then its size (6767).
   at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5511)
   at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5490)
   at org.netbeans.modules.java.source.save.CasualDiff.diffClassDef(CasualDiff.java:918)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl0(CasualDiff.java:4964)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:4877)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:4809)
Comment 1 stefan79 2016-01-27 15:22:00 UTC
Created attachment 158255 [details]
stacktrace
Comment 2 Jaroslav Havlin 2016-02-04 12:49:16 UTC

*** This bug has been marked as a duplicate of bug 240803 ***