Nicolas Dordet - 2008-11-03

It seem that the rule didn't check the method clone.
When I try the XPath Expression with the desgner of pmd 4.2.4 on :
public class Foo {
public void copyArray()
{
int [] values = new int[1];
copy = (int [])(values.clone());
}
}
I didn't get any errors...