Description of problem: org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation. Most of the functions do not work. Version-Release number of selected component (if applicable): Uberfire 0.3.1 & 0.4.0-SNAPSHOT How reproducible: Consistent Actual results: Convenience functions like Path.endsWith(".txt") do not work Expected results: Convenience functions like Path.endsWith(".txt") to work
I incorrectly traced my problem back. This may or may not be relevant the project long-term.
org.uberfire.java.nio.fs.jgit.JGitFSPath is an internal implementation for FileSystem path... that is basically an workaround for NIO2 semantics in order to enable FileSystem delete operation (an operation not directly supported by nio2 API).