Description
NPE caused when calling a method that takes an array:
$foo.bar($bogus)
where bar is defined as:
public void bar(int a[]){};
and $bogus is not defined.
NPE caused when calling a method that takes an array:
$foo.bar($bogus)
where bar is defined as:
public void bar(int a[]){};
and $bogus is not defined.