On 12/18/2011 11:59 PM, Peter Firmstone wrote:
@Override
public boolean implies(Permission permission) {
if ( ! cl.isInstance(permission)) return false;
Permission [] p = perms.toArray(new Permission[0]); //perms.size() may
change
I not sure why you are using an empty Permission array here, and then looping over it. Is this from some other testing?
Gregg
