What kind of problems do you envision by keeping Collection there ?
BTW I amended the getEntityNames() javadoc in rev 635236
Thanks
Jacques
From: "Chris Juettner" <[EMAIL PROTECTED]>
Class: ModelEntityChecker
Due to a recent change, I think the line of code in the method checkEntities following "//put the entityNames TreeSets in a
HashMap by packageName" needs to be changed
from: Collection<String> ec = reader.getEntityNames();
to: Set<String> ec = reader.getEntityNames();
Thanks
Chris Juettner
Integral Business Solutions