Hello guys, Looking at the class 'org.apache.commons.math.linear.InvalidMatrixException' i found out that the public constructor "InvalidMatrixException(string, Object[ ])" isn't deprecated something that i suppose it should be done because we have already added (in this version [2.2]) a new constructor "InvalidMatrixException(Localizable, Object[ ])" which serves the same purpose with the one mentioned above... Also i have found that in the class 'org.apache.commons.math.geometry.NotARotationMatrixException' the public constructor with the String argument has been deprecated and has been substituted with the new one with the Localizable argument as an evidence to the above comment... Please have a look at this issue... Thanks for your time!
Best regards, Michael Giannakopoulos