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 249048 - IllegalArgumentException: Copying to 30494 is greater then its size (30400).
Summary: IllegalArgumentException: Copying to 30494 is greater then its size (30400).
Status: RESOLVED DUPLICATE of bug 240803
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 21:25 UTC by Exceptions Reporter
Modified: 2014-12-05 17:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213831


Attachments
stacktrace (5.55 KB, text/plain)
2014-12-01 21:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-12-01 21:25:28 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IllegalArgumentException: Copying to 30494 is greater then its size (30400).
   at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5383)
   at org.netbeans.modules.java.source.save.CasualDiff.copyTo(CasualDiff.java:5362)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTrailingComments(CasualDiff.java:3823)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:5050)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:4709)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTree(CasualDiff.java:4697)
Comment 1 Exceptions Reporter 2014-12-01 21:25:30 UTC
Created attachment 150825 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-12-05 17:50:49 UTC

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