Guillaume Sauthier wrote:
1. In R4SearchPolicyCore.findResources(String), when traversing the
boot delegation packages, you placed the following comment:
// If this is a java.* package, then always terminate the
// search; otherwise, continue to look locally if not found.
Do we have to respect this with the compound enumeration ?
So far, I don't think so, nobody export java.* packages...
No one should be exporting java.*, so it should be okay to terminate at
that point.
2. At the end, you throw a ResourceNotFoundException, if the 'urls'
variable is null.
Is this still needed ?
It probably isn't strictly necessary, since null is a valid response.
-> richard
BTW, I'm not at all sure that it was working correctly, because 'urls'
may have been assigned to null by only the last IWire.getResources()
Thanks
--Guillaume
-> richard
Thanks
--Guillaume