Re: ModelEntityChecker exception

2008-03-09 Thread Jacques Le Roux
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 follow

ModelEntityChecker exception

2008-03-05 Thread Chris Juettner
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 ec = reader.getEntityNames(); to: Set ec = reader.getEntityNames(); Thanks C