[jira] Moved: (BEANUTILS-352) Sorting the collection based on bean property in CollectionUtils

2009-07-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell moved COLLECTIONS-329 to BEANUTILS-352: - Component/s: (was: Comparator)

[jira] Updated: (BEANUTILS-344) Method createDynaProperty of JDBCDynaClass should first look for column label instead of column name in ResultSetMetadata object..

2009-07-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated BEANUTILS-344: Fix Version/s: (was: 1.8.0-BETA) Method createDynaProperty of JDBCDynaClass should

[jira] Updated: (BEANUTILS-339) BeanUtilsBean.setProperty throws IllegalArgumentException if value is null

2009-07-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated BEANUTILS-339: Fix Version/s: (was: 1.8.0-BETA) BeanUtilsBean.setProperty throws

[jira] Commented: (BEANUTILS-352) Sorting the collection based on bean property in CollectionUtils

2009-07-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735356#action_12735356 ] Henri Yandell commented on BEANUTILS-352: - Moved over to BeanUtils as

[jira] Created: (COMPRESS-82) cpio is terribly slow

2009-07-26 Thread deckrider (JIRA)
cpio is terribly slow - Key: COMPRESS-82 URL: https://issues.apache.org/jira/browse/COMPRESS-82 Project: Commons Compress Issue Type: Bug Affects Versions: 1.0 Environment: linux java6 Reporter:

[jira] Updated: (COLLECTIONS-286) New util method: CollectionUtils.getSingleton(ListT singletonList) which returns the single object in the list or throws an exception

2009-07-26 Thread John Curtis (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Curtis updated COLLECTIONS-286: Attachment: extract.svn.diff This method should take any collection type, and perhaps

[jira] Commented: (COLLECTIONS-332) ListOrderedMap not respecting underlying list

2009-07-26 Thread John Curtis (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735420#action_12735420 ] John Curtis commented on COLLECTIONS-332: - When you remove an object from a

[jira] Updated: (JEXL-35) Final API requirements

2009-07-26 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch I need to move this to a different bug soon to be created as 'refactoring

[jira] Created: (CODEC-81) Base64's new constructor parameters ignored

2009-07-26 Thread Julius Davies (JIRA)
Base64's new constructor parameters ignored --- Key: CODEC-81 URL: https://issues.apache.org/jira/browse/CODEC-81 Project: Commons Codec Issue Type: Bug Affects Versions: 1.4 Reporter:

[jira] Updated: (CODEC-81) Base64's new constructor parameters ignored

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-81: --- Attachment: codec81-fix.patch codec81-junit.patch Two patches attached: 1.

[jira] Commented: (CODEC-81) Base64's new constructor parameters ignored

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735429#action_12735429 ] Julius Davies commented on CODEC-81: FYI: the codec81-fix.patch fix moves all the logic

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: codec59_2009-07-26.patch Attached codec59_2009-07-26.patch introduces following String

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: (was: codec59.patch) Add methods to Base64 which work with String instead of byte[]

[jira] Created: (BEANUTILS-353) Unable to call isUseDefault() to check whether a default value will be returned

2009-07-26 Thread Franklin Phan (JIRA)
Unable to call isUseDefault() to check whether a default value will be returned --- Key: BEANUTILS-353 URL: https://issues.apache.org/jira/browse/BEANUTILS-353 Project:

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Comment: was deleted (was: Attached codec59_2009-07-26.patch introduces following String methods to

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: codec59_2009-07-26.patch You must apply codec81 patches before this one. Add methods to

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Comment: was deleted (was: You must apply codec81 patches before this one.) Add methods to Base64

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: (was: codec59_2009-07-26.patch) Add methods to Base64 which work with String instead

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: (was: codec59_2009-07-26.patch) Add methods to Base64 which work with String instead

[jira] Commented: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735443#action_12735443 ] Julius Davies commented on CODEC-59: I do have a patch ready for this, but it's waiting

[jira] Created: (PRIMITIVES-15) Add getQuick and setQuick -- no range check

2009-07-26 Thread Pino Silvaggio (JIRA)
Add getQuick and setQuick -- no range check Key: PRIMITIVES-15 URL: https://issues.apache.org/jira/browse/PRIMITIVES-15 Project: Commons Primitives Issue Type: Improvement Affects Versions:

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Attachment: codec59-but-only-after-codec81.patch Attached file (codec59-but-only-after-codec81.patch)

[jira] Updated: (CODEC-59) Add methods to Base64 which work with String instead of byte[]

2009-07-26 Thread Julius Davies (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Davies updated CODEC-59: --- Comment: was deleted (was: I do have a patch ready for this, but it's waiting for CODEC-81 first.