Mark Brouwer wrote:
Therefore I would like to change my current semantics and use as the first argument a String representing the codebase instead of an array of URLs. This means that the current implementation likely has to parse that string into an array of URLs but there is already a cache for that (URL[] pathToURLs(String)).
Since it's a protected method, why not pass in both? - Bob
