[jira] [Commented] (COLLECTIONS-399) Add indexed get to BoundedFifoBuffer / CircularFifoBuffer

2012-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397080#comment-13397080 ] Hudson commented on COLLECTIONS-399: Integrated in commons-collections #24 (See

[jira] [Resolved] (COLLECTIONS-399) Add indexed get to BoundedFifoBuffer / CircularFifoBuffer

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-399. - Resolution: Fixed Fix Version/s: 4.0 Added the new get(index) method

[jira] [Created] (COLLECTIONS-410) SetUniqueList.addAll() is very slow

2012-06-19 Thread Adrian Nistor (JIRA)
Adrian Nistor created COLLECTIONS-410: - Summary: SetUniqueList.addAll() is very slow Key: COLLECTIONS-410 URL: https://issues.apache.org/jira/browse/COLLECTIONS-410 Project: Commons Collections

[jira] [Updated] (COLLECTIONS-410) SetUniqueList.addAll() is very slow

2012-06-19 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Nistor updated COLLECTIONS-410: -- Attachment: Test.java patch.diff > SetUniqueList.addAll() is v

[jira] [Commented] (COLLECTIONS-409) ListOrderedSet.addAll() is very slow

2012-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397032#comment-13397032 ] Hudson commented on COLLECTIONS-409: Integrated in commons-collections #23 (See

[jira] [Resolved] (COLLECTIONS-409) ListOrderedSet.addAll() is very slow

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-409. - Resolution: Fixed Fix Version/s: 4.0 Applied the patch in r1351821.

[jira] [Commented] (COLLECTIONS-408) performance problem in SetUniqueList.removeAll()

2012-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397003#comment-13397003 ] Hudson commented on COLLECTIONS-408: Integrated in commons-collections #22 (See

[jira] [Resolved] (COLLECTIONS-408) performance problem in SetUniqueList.removeAll()

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-408. - Resolution: Fixed Fix Version/s: 4.0 Fixed in r1351804. I have not a

[jira] [Resolved] (COLLECTIONS-407) ListOrderedSet.removeAll() is slow

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-407. - Resolution: Fixed Fix Version/s: 4.0 Applied patch in r1351800. Than

[jira] [Commented] (COLLECTIONS-407) ListOrderedSet.removeAll() is slow

2012-06-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396990#comment-13396990 ] Hudson commented on COLLECTIONS-407: Integrated in commons-collections #21 (See

[jira] [Commented] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396901#comment-13396901 ] Gary D. Gregory commented on VFS-421: - Hi Benjamin: Trunk is already on JSch 0.1.48. T

[jira] [Commented] (COLLECTIONS-407) ListOrderedSet.removeAll() is slow

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396899#comment-13396899 ] Thomas Neidhart commented on COLLECTIONS-407: - You are right, in fact oth

[jira] [Created] (COLLECTIONS-409) ListOrderedSet.addAll() is very slow

2012-06-19 Thread Adrian Nistor (JIRA)
Adrian Nistor created COLLECTIONS-409: - Summary: ListOrderedSet.addAll() is very slow Key: COLLECTIONS-409 URL: https://issues.apache.org/jira/browse/COLLECTIONS-409 Project: Commons Collections

[jira] [Updated] (COLLECTIONS-409) ListOrderedSet.addAll() is very slow

2012-06-19 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Nistor updated COLLECTIONS-409: -- Attachment: Test.java patch.diff > ListOrderedSet.addAll() is

[jira] [Commented] (COLLECTIONS-407) ListOrderedSet.removeAll() is slow

2012-06-19 Thread Adrian Nistor (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396860#comment-13396860 ] Adrian Nistor commented on COLLECTIONS-407: --- Hi Thomas, Thanks, it's great

[jira] [Commented] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396845#comment-13396845 ] Benjamin Piwowarski commented on VFS-421: - I included a test - actually by subclassin

[jira] [Updated] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-421: Attachment: (was: identity.patch) > Allows Identity Repository for SFTP >

[jira] [Updated] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-421: Attachment: identity.patch > Allows Identity Repository for SFTP > ---

[jira] [Updated] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-421: Attachment: identity.patch > Allows Identity Repository for SFTP > ---

[jira] [Updated] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-421: Attachment: (was: identity.patch) > Allows Identity Repository for SFTP >

[jira] [Commented] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396802#comment-13396802 ] Gary D. Gregory commented on VFS-421: - Also, please remove code like: System.err.println

[jira] [Commented] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396797#comment-13396797 ] Gary D. Gregory commented on VFS-421: - BSD (without advertising clause) is compatible wit

[jira] [Updated] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Piwowarski updated VFS-421: Attachment: identity.patch > Allows Identity Repository for SFTP > ---

[jira] [Commented] (VFS-421) Allows Identity Repository for SFTP

2012-06-19 Thread Benjamin Piwowarski (JIRA)
[ https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396790#comment-13396790 ] Benjamin Piwowarski commented on VFS-421: - Hi, I coded the changes, but providing a

[jira] [Commented] (SANDBOX-423) [BeanUtils2] Wrap checked exceptions from BeanAccessor.get() into BeanReflectionException

2012-06-19 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396724#comment-13396724 ] Simone Tripodi commented on SANDBOX-423: I think Jörg approach is interesting - I

[jira] [Commented] (SANDBOX-423) [BeanUtils2] Wrap checked exceptions from BeanAccessor.get() into BeanReflectionException

2012-06-19 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396683#comment-13396683 ] Benedikt Ritter commented on SANDBOX-423: - Ah okay, I misunderstood your comment

[jira] [Commented] (COLLECTIONS-407) ListOrderedSet.removeAll() is slow

2012-06-19 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396574#comment-13396574 ] Thomas Neidhart commented on COLLECTIONS-407: - The patch looks correct. T

[jira] [Comment Edited] (SANDBOX-423) [BeanUtils2] Wrap checked exceptions from BeanAccessor.get() into BeanReflectionException

2012-06-19 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396571#comment-13396571 ] Simone Tripodi edited comment on SANDBOX-423 at 6/19/12 7:10 AM: --

[jira] [Commented] (SANDBOX-423) [BeanUtils2] Wrap checked exceptions from BeanAccessor.get() into BeanReflectionException

2012-06-19 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396571#comment-13396571 ] Simone Tripodi commented on SANDBOX-423: Patches looks already good. Before to co