hi,

the method Root.getTree(String) does not specify any restrictions for
the passed path string (relative, absolute?). RootImpl then forwards
the call to its rootTree which asserts that the path is absolute. I'd be
good to state this in JavaDoc. on the other hand it seems like the
implementation would also work OK with a relative path or even
an empty path as implemented in PathUtils.isValid(String).

opinions?

regards
 marcel

Reply via email to