Bug 1084189
| Summary: | org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Adam Baxter <abaxter> |
| Component: | Business Central | Assignee: | Alexandre Porcelli <porcelli> |
| Status: | CLOSED NOTABUG | QA Contact: | Marek Baluch <mbaluch> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0.2 | CC: | abaxter, kverlaen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-12 12:27:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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). |
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