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 251114

Summary: IllegalArgumentException: Copying to 251357 is greater then its size (251336).
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216048
Attachments: stacktrace

Description Exceptions Reporter 2015-03-11 21:32:34 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) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: Don't know what is this about. I haven't seen anything odd.
Hope this helps.




Stacktrace: 
java.lang.IllegalArgumentException: Copying to 251357 is greater then its size (251336).
   at org.netbeans.modules.java.source.pretty.VeryPretty.copyToIndented(VeryPretty.java:560)
   at org.netbeans.modules.java.source.pretty.VeryPretty.doPrintOriginalTree(VeryPretty.java:542)
   at org.netbeans.modules.java.source.pretty.VeryPretty.handlePossibleOldTrees(VeryPretty.java:494)
   at org.netbeans.modules.java.source.save.CasualDiff.diffTreeImpl(CasualDiff.java:4782)
   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 2015-03-11 21:32:36 UTC
Created attachment 152566 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-14 13:59:18 UTC

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