ModelEntityChecker exception

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ModelEntityChecker exception

Chris Juettner-2
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
Reply | Threaded
Open this post in threaded view
|

Re: ModelEntityChecker exception

Jacques Le Roux
Administrator
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" <[hidden email]>

> 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
>
>