Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4
-
None
-
None
Description
The class uses Arrays.copyOf, which is only available in Java 1.6+.
Apache Commons Math currently targets 1.5, so this method should not be used. MathArrays.copyOf should be used instead.