[jira] [Commented] (IO-271) FileUtils.copyDirectory should be able to handle arbitrary number of files

2011-05-09 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/IO-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030697#comment-13030697 ] Stephen Kestle commented on IO-271: --- Did I mention I'm trying to do an automatic upgrade on

[jira] [Commented] (IO-271) FileUtils.copyDirectory should be able to handle arbitrary number of files

2011-05-08 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/IO-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030470#comment-13030470 ] Stephen Kestle commented on IO-271: --- Yeah, I tend to agree in the general case. Perhaps it's

[jira] [Created] (IO-271) FileUtils.copyDirectory should be able to handle arbitrary number of files

2011-05-05 Thread Stephen Kestle (JIRA)
FileUtils.copyDirectory should be able to handle arbitrary number of files -- Key: IO-271 URL: https://issues.apache.org/jira/browse/IO-271 Project: Commons IO Issue

[jira] Commented: (COLLECTIONS-242) Add Equator interface for more powerful collections

2008-06-25 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608227#action_12608227 ] Stephen Kestle commented on COLLECTIONS-242: Since I keep referring to

[jira] Updated: (COLLECTIONS-293) EqualPredicate should be able to accept an Equator

2008-04-01 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-293: --- Description: Currently the EqualPredicate checks according to Object.equals()

[jira] Created: (LANG-420) Rename ObjectUtils.toString() to asString().

2008-03-27 Thread Stephen Kestle (JIRA)
Rename ObjectUtils.toString() to asString(). Key: LANG-420 URL: https://issues.apache.org/jira/browse/LANG-420 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.3

[jira] Created: (COLLECTIONS-290) AllPredicate should be able to cast objects

2008-03-25 Thread Stephen Kestle (JIRA)
AllPredicate should be able to cast objects --- Key: COLLECTIONS-290 URL: https://issues.apache.org/jira/browse/COLLECTIONS-290 Project: Commons Collections Issue Type: Improvement

[jira] Updated: (COLLECTIONS-290) AllPredicate should be able to cast objects

2008-03-25 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-290: --- Remaining Estimate: 4h Original Estimate: 4h AllPredicate should be able

[jira] Commented: (COLLECTIONS-290) AllPredicate should be able to cast objects

2008-03-25 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582091#action_12582091 ] Stephen Kestle commented on COLLECTIONS-290: AllPredicate and

[jira] Updated: (COLLECTIONS-253) Generics version of PredicateUtils and the predicates it creates

2008-03-21 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-253: --- Assignee: Stephen Kestle Generics version of PredicateUtils and the predicates

[jira] Commented: (COLLECTIONS-277) Create commons-collections-deprecated.jar for Generics

2008-01-21 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560988#action_12560988 ] Stephen Kestle commented on COLLECTIONS-277: The Hibernate ticket has been

[jira] Commented: (COLLECTIONS-249) SetUniqueList.addAll(int index, Collection coll) adds to end of list instead of at specified index

2008-01-20 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560873#action_12560873 ] Stephen Kestle commented on COLLECTIONS-249: No worries about the generics

[jira] Commented: (COLLECTIONS-194) Add populateMap() methods to MapUtils

2007-12-17 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552589 ] Stephen Kestle commented on COLLECTIONS-194: And I think the normal collections behaviour is to

[jira] Commented: (IO-145) File Comparator implementations

2007-12-06 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/IO-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549184 ] Stephen Kestle commented on IO-145: --- Yeah, I could go either way on that. There's not necessarily a need to have a

[jira] Resolved: (COLLECTIONS-276) *Utils classes should not be extensible or able to be instantiated.

2007-11-12 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle resolved COLLECTIONS-276. Resolution: Won't Fix Ok - sounds good. I'm just having a little difficulty

[jira] Created: (COLLECTIONS-276) *Utils methods should not be extensible or able to be instantiated.

2007-11-11 Thread Stephen Kestle (JIRA)
*Utils methods should not be extensible or able to be instantiated. --- Key: COLLECTIONS-276 URL: https://issues.apache.org/jira/browse/COLLECTIONS-276 Project: Commons Collections

[jira] Updated: (COLLECTIONS-276) *Utils classes should not be extensible or able to be instantiated.

2007-11-11 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-276: --- Summary: *Utils classes should not be extensible or able to be instantiated.

[jira] Created: (COLLECTIONS-277) Create commons-collections-deprecated.jar for Generics

2007-11-11 Thread Stephen Kestle (JIRA)
Create commons-collections-deprecated.jar for Generics -- Key: COLLECTIONS-277 URL: https://issues.apache.org/jira/browse/COLLECTIONS-277 Project: Commons Collections Issue Type: Task

[jira] Created: (COLLECTIONS-275) IndexedCollection would be a useful addition to Commons Collections

2007-11-08 Thread Stephen Kestle (JIRA)
IndexedCollection would be a useful addition to Commons Collections --- Key: COLLECTIONS-275 URL: https://issues.apache.org/jira/browse/COLLECTIONS-275 Project: Commons Collections

[jira] Commented: (COLLECTIONS-251) Replace getInstance() and decorate() methods with get{ClassName}()

2007-10-30 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538959 ] Stephen Kestle commented on COLLECTIONS-251: I don't think so :) BTW, this ticket was raised as a

[jira] Updated: (COLLECTIONS-251) Replace getInstance() and decorate() methods with get{ClassName}()

2007-10-30 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Kestle updated COLLECTIONS-251: --- Description: Commons Collections uses the singleton getInstance() pattern and

[jira] Issue Comment Edited: (COLLECTIONS-223) CollectionUtils.addAll() methods should return the input collection

2007-09-12 Thread Stephen Kestle (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526949 ] shammah edited comment on COLLECTIONS-223 at 9/12/07 5:01 PM: - I've updated