[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: collections.patch The same as a patch. > Support parametized classe

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: Jakarta Collections-generic.tar.gz Since this does not seem to evolv

[jira] Updated: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated LANG-336: Attachment: lang.patch The same stuff, but in form of a patch. > Finally start using generics. > ---

[jira] Updated: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated LANG-336: Attachment: commons-lang-2.3-sources-generic.tar.gz All source files, zipped. One file is not entire

[jira] Created: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
Finally start using generics. - Key: LANG-336 URL: https://issues.apache.org/jira/browse/LANG-336 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.3 Reporter: Hendrik Maryns It i

[jira] Commented: (COLLECTIONS-215) Javadoc in DefaultedMap very inconsistent

2006-07-14 Thread Hendrik Maryns (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-215?page=comments#action_12421046 ] Hendrik Maryns commented on COLLECTIONS-215: I don't see a reason not to add the extra constructors. They do seem useful. Then you can explicitly state in

[jira] Commented: (COLLECTIONS-216) MultiKey's toString method should use Arrays.toString

2006-07-06 Thread Hendrik Maryns (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-216?page=comments#action_12419570 ] Hendrik Maryns commented on COLLECTIONS-216: Ah, I didn't notice that. However, at least the typo can be fixed. I'll submit this bug in the sourceforge coll

[jira] Updated: (COLLECTIONS-216) MultiKey's toString method should use Arrays.toString

2006-07-06 Thread Hendrik Maryns (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-216?page=all ] Hendrik Maryns updated COLLECTIONS-216: --- Attachment: MultiKey.diff A patch with the alterations I suggest, plus one typo. > MultiKey's toString method should use Arrays.toString > -

[jira] Created: (COLLECTIONS-216) MultiKey's toString method should use Arrays.toString

2006-07-06 Thread Hendrik Maryns (JIRA)
MultiKey's toString method should use Arrays.toString - Key: COLLECTIONS-216 URL: http://issues.apache.org/jira/browse/COLLECTIONS-216 Project: Commons Collections Type: Improvement Versions: 3.2 Report

[jira] Updated: (COLLECTIONS-215) Javadoc in DefaultedMap very inconsistent

2006-07-06 Thread Hendrik Maryns (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-215?page=all ] Hendrik Maryns updated COLLECTIONS-215: --- Attachment: DefaultedMap.diff A patch including the alterations I mean. -> changed names of parameters -> changed type of value -> changed i

[jira] Created: (COLLECTIONS-215) Javadoc in DefaultedMap very inconsistent

2006-07-06 Thread Hendrik Maryns (JIRA)
Javadoc in DefaultedMap very inconsistent - Key: COLLECTIONS-215 URL: http://issues.apache.org/jira/browse/COLLECTIONS-215 Project: Commons Collections Type: Improvement Versions: 3.2 Reporter: Hendrik Maryns The