From: Thomas M. <th...@sn...> - 2006-02-13 16:57:06
|
Hi, the in-memory AssociationImpl.getMembersOfRole crashes with a NullPointerException if I pass null as an argument (i.e. I want to lookup the members *without* a role). IMHO the null argument is ok, since Member.getRoleSpec returns null for members without a role type. If this works as intended and is not considered a bug, is there an easy way to lookup the members with no type? Otherwise, I'll log a bug (and provide a patch). bye, Thomas |