[jira] Commented: (LANG-456) HashCodeBuilder throws StackOverflowError in bidirectional navigable association

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791257#action_12791257 ] Henri Yandell commented on LANG-456: From LANG-459 - question of whether we should start

[jira] Closed: (LANG-397) RegexpUtils?

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-397. -- Resolution: Later No need for a placeholder for unknown new features. RegexpUtils?

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791274#action_12791274 ] Stephen Colebourne commented on LANG-316: - I don't like this idea for the reasons Hen

[jira] Created: (NET-304) TFTP send method having issue

2009-12-16 Thread Rahul Pujari (JIRA)
TFTP send method having issue - Key: NET-304 URL: https://issues.apache.org/jira/browse/NET-304 Project: Commons Net Issue Type: Bug Affects Versions: 2.0 Reporter: Rahul Pujari

[jira] Commented: (LANG-398) Annotations?

2009-12-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791330#action_12791330 ] Sebb commented on LANG-398: --- Note: As implemented, the JCIP annotations have type

[jira] Commented: (MATH-323) Add Semivariance calculation

2009-12-16 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791336#action_12791336 ] Phil Steitz commented on MATH-323: -- Looks like a good addition to me. Will complete review

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791376#action_12791376 ] Paul Benedict commented on LANG-316: But I think you guys both missed my point. I do it

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791381#action_12791381 ] Sebb commented on LANG-316: --- Can't one just sub-class the Builders and override the append(Object)

[jira] Created: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-16 Thread Sebb (JIRA)
ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well Key: LANG-567 URL: https://issues.apache.org/jira/browse/LANG-567 Project: Commons Lang

[jira] Created: (LANG-569) Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils

2009-12-16 Thread Niall Pemberton (JIRA)
Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils -- Key: LANG-569 URL: https://issues.apache.org/jira/browse/LANG-569 Project: Commons Lang

[jira] Created: (LANG-568) @SuppressWarnings(unchecked) is used too generally

2009-12-16 Thread Sebb (JIRA)
@SuppressWarnings(unchecked) is used too generally Key: LANG-568 URL: https://issues.apache.org/jira/browse/LANG-568 Project: Commons Lang Issue Type: Bug Components: General

[jira] Commented: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

2009-12-16 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791402#action_12791402 ] Paul Benedict commented on LANG-316: Sebb, I don't think the Locale is relevant for

[jira] Updated: (LANG-569) Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils

2009-12-16 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated LANG-569: - Attachment: LANG-569-v1.patch Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to

[jira] Updated: (LANG-568) @SuppressWarnings(unchecked) is used too generally

2009-12-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-568: -- Description: @SuppressWarnings(unchecked) is used in several places on entire methods. Mostly there is no documentation

[jira] Updated: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-567: -- Description: ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed array types very well. The stack trace

[jira] Commented: (MATH-323) Add Semivariance calculation

2009-12-16 Thread Larry Diamond (JIRA)
[ https://issues.apache.org/jira/browse/MATH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791454#action_12791454 ] Larry Diamond commented on MATH-323: Oh my this is embarrassing. You're right Luc. I

[jira] Created: (LANG-570) Do the test cases really still require main() and suite() methods?

2009-12-16 Thread Sebb (JIRA)
Do the test cases really still require main() and suite() methods? -- Key: LANG-570 URL: https://issues.apache.org/jira/browse/LANG-570 Project: Commons Lang Issue Type:

[jira] Created: (POOL-154) GenericObjectPool.close() JavaDoc incorrectly claims method does not call clear()

2009-12-16 Thread Glen Mazza (JIRA)
GenericObjectPool.close() JavaDoc incorrectly claims method does not call clear() - Key: POOL-154 URL: https://issues.apache.org/jira/browse/POOL-154 Project: Commons

[jira] Created: (DBCP-312) BasicDataSource.close() method needs JavaDoc clarification

2009-12-16 Thread Glen Mazza (JIRA)
BasicDataSource.close() method needs JavaDoc clarification -- Key: DBCP-312 URL: https://issues.apache.org/jira/browse/DBCP-312 Project: Commons Dbcp Issue Type: Bug Affects

[jira] Commented: (LANG-570) Do the test cases really still require main() and suite() methods?

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791758#action_12791758 ] Henri Yandell commented on LANG-570: Not afaik. Also they don't need constructors or

[jira] Commented: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791759#action_12791759 ] Henri Yandell commented on LANG-567: +1 ArrayUtils.addAll(T[] array1, T... array2) does

[jira] Commented: (LANG-568) @SuppressWarnings(unchecked) is used too generally

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791762#action_12791762 ] Henri Yandell commented on LANG-568: Seems good. I count 11 in the main source, so not

[jira] Closed: (LANG-569) Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-569. -- Resolution: Fixed Thanks Niall. svn ci -m Applying Niall's patch from LANG-569 adding

[jira] Updated: (LANG-569) Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-569: --- Component/s: lang.* Add indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils

[jira] Updated: (LANG-398) Annotations?

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-398: --- Component/s: General Annotations? Key: LANG-398 URL:

[jira] Commented: (LANG-538) DateFormatUtils.format does not correctly change Calendar TimeZone in certain situations

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791798#action_12791798 ] Henri Yandell commented on LANG-538: I think this is due to FastDateFormat's: if

[jira] Closed: (LANG-538) DateFormatUtils.format does not correctly change Calendar TimeZone in certain situations

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-538. -- Resolution: Fixed Thanks for the report Jeff. I've inserted a getTime() into FastDateFormat that fixes

[jira] Commented: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791811#action_12791811 ] Henri Yandell commented on LANG-530: No simple matter to parse the ZZ and then send the

[jira] Updated: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-530: --- Attachment: LANG-530-exception.patch Patch attached showing exception throwing option. parseDate

[jira] Commented: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791812#action_12791812 ] Henri Yandell commented on LANG-530: Suggested regexp:

[jira] Commented: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791819#action_12791819 ] Henri Yandell commented on LANG-530: Arbitrarily moving DateUtils to FastDateFormat

[jira] Updated: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-530: --- Attachment: LANG-530-protect-SimpleDateFormat.patch Attaching patch to protect SimpleDateFormat from

[jira] Closed: (LANG-530) parseDate cannot parse ISO8601 dates produced by FastDateFormat

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-530. -- Resolution: Fixed Applying the least worst of the various suggestions I've come up with :) svn ci -m

[jira] Commented: (LANG-462) FastDateFormat supports parse

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791827#action_12791827 ] Henri Yandell commented on LANG-462: Note that LANG-530 led to DateUtils.parseDate

[jira] Commented: (LANG-396) Investigate for vararg usages

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791828#action_12791828 ] Henri Yandell commented on LANG-396: DateUtils.parseDate should take a vararg String...