[jira] Closed: (VFS-276) add ProviderTestConfig.getDefaultFileSystemManager() method

2009-11-10 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vince Bonfanti closed VFS-276. -- Patch has been verified. add ProviderTestConfig.getDefaultFileSystemManager() method

[jira] Commented: (VFS-275) add RandomAccessContent.setLength() method

2009-09-23 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12758828#action_12758828 ] Vince Bonfanti commented on VFS-275: I've refactored my code an no longer require this

[jira] Created: (VFS-275) add RandomAccessContent.setLength() method

2009-08-13 Thread Vince Bonfanti (JIRA)
add RandomAccessContent.setLength() method -- Key: VFS-275 URL: https://issues.apache.org/jira/browse/VFS-275 Project: Commons VFS Issue Type: Improvement Affects Versions: 2.0

[jira] Updated: (VFS-275) add RandomAccessContent.setLength() method

2009-08-13 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vince Bonfanti updated VFS-275: --- Attachment: VFS-randomaccesscontent-setlength.patch Attached is the patch that resolves this issue.

[jira] Updated: (VFS-276) add ProviderTestConfig.getDefaultFileSystemManager() method

2009-08-13 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vince Bonfanti updated VFS-276: --- Attachment: VFS-test-getDefaultFileSystemManager.patch The patch to resolve this issue is attached.

[jira] Created: (VFS-276) add ProviderTestConfig.getDefaultFileSystemManager() method

2009-08-13 Thread Vince Bonfanti (JIRA)
add ProviderTestConfig.getDefaultFileSystemManager() method --- Key: VFS-276 URL: https://issues.apache.org/jira/browse/VFS-276 Project: Commons VFS Issue Type: Improvement Affects

[jira] Commented: (VFS-266) AbstractFileName and AbstractFileObject serialization

2009-08-04 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738996#action_12738996 ] Vince Bonfanti commented on VFS-266: I've reworked the caching implementation for the

[jira] Updated: (VFS-266) AbstractFileName and AbstractFileObject serialization

2009-06-22 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vince Bonfanti updated VFS-266: --- Attachment: VFS-abstractfilename-abstractfileobject-serialization.patch The attached patch resolves

[jira] Updated: (VFS-245) FileName interface says that it is immutable, however AbstractFileName.setType(FileType type) flouts this rule

2009-06-05 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vince Bonfanti updated VFS-245: --- Attachment: AbstractFileName.java.patch FileName interface says that it is immutable, however

[jira] Commented: (VFS-245) FileName interface says that it is immutable, however AbstractFileName.setType(FileType type) flouts this rule

2009-06-05 Thread Vince Bonfanti (JIRA)
[ https://issues.apache.org/jira/browse/VFS-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716775#action_12716775 ] Vince Bonfanti commented on VFS-245: Here's what I've discovered about this problem: 1)