Mark Brouwer wrote:
Looking at the specs for RMIClassLoader and RMIClassLoaderSpi I'm of the
opinion that codebase as String is the real discriminator here for
making decisions and that the usage of URL (instead of URI) in some of
the language is an unfortunate choice and I would rather steer away from
it than exposing it even more in the public API.

For public methods I agree with you.  But for a protected method
I could see avoiding the duplicate pathToURLs call by passing in both.
Not a big deal either way.

- Bob

Reply via email to