aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/java5/arrayCloning/explanation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/java5/arrayCloning/explanation.txt')
-rw-r--r--tests/bugs/java5/arrayCloning/explanation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/java5/arrayCloning/explanation.txt b/tests/bugs/java5/arrayCloning/explanation.txt
new file mode 100644
index 000000000..b3f4de2c0
--- /dev/null
+++ b/tests/bugs/java5/arrayCloning/explanation.txt
@@ -0,0 +1,2 @@
+Under Java 1.4 the target of a clone() method called on an array type was 'Object.clone' in the byte code.
+Under Java 1.5 this has been changed to be (correctly) a call to the clone() method on the array type. \ No newline at end of file