Bug 1084189 - org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation
Summary: org.uberfire.java.nio.fs.jgit.JGitFSPath is a stub implementation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.2
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Alexandre Porcelli
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-03 19:24 UTC by Adam Baxter
Modified: 2014-04-12 12:27 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-12 12:27:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Adam Baxter 2014-04-03 19:24:08 UTC
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

Comment 2 Adam Baxter 2014-04-03 20:11:07 UTC
I incorrectly traced my problem back. This may or may not be relevant the project long-term.

Comment 3 Alexandre Porcelli 2014-04-12 12:27:54 UTC
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).


Note You need to log in before you can comment on or make changes to this bug.