neelmanisingh / java-diff-utils

Automatically exported from code.google.com/p/java-diff-utils
0 stars 0 forks source link

JDK 1.5 compatibility #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Because I needed the JDK 1.5 compatibility for this otherwise great lib, I
have changed the MyersDiff.java which uses the Arrays.copyOfRange() method
which exists only in JDK 1.6. 
I am attaching the patch for this change. I would prefer to keep the lib
JDK 1.5 compatibility if possible. The current jar file available under
downloads should be recompiled for this too.

Thanks,
Zoltan

Original issue reported on code.google.com by zlus...@gmail.com on 22 Feb 2010 at 9:35

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed. Thanks for patch! It helps a lot :)

Original comment by dm.naume...@gmail.com on 22 Jul 2010 at 6:43