[jira] Closed: (LANG-652) Added a new equals method tho string utils with signature equals(String, String, boolean)

2010-09-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-652. -- Resolution: Won't Fix The problem is that true-case-sensitive and false-case-insensitive is extremely

[jira] Closed: (CLI-208) Error in javadoc CLI 1.2

2010-09-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CLI-208. - Fix Version/s: 1.3 Resolution: Fixed Thanks Erwan, I've made your suggested change to trunk. Error

[jira] Closed: (LANG-629) Charset may not be threadsafe, because the HashSet is not synch.

2010-09-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-629. -- Resolution: Fixed I've gone with simply making the underlying set synchronized. svn ci -m Per

[jira] Closed: (CODEC-106) Added the Koelner Phonetik (cologne phonetic) to codec.lang

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-106. --- Fix Version/s: 1.5 Resolution: Fixed Great stuff :) I got compile errors from the literal

[jira] Updated: (COLLECTIONS-360) FilterListIterator#hasNext throws exception (associate with JUnit tests)

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-360: -- Description: Hi, I found the some of the iterator classes does not fulfill the

[jira] Commented: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910449#action_12910449 ] Henri Yandell commented on LANG-624: +1. I see no reason why we can't change the API.

[jira] Commented: (LANG-636) text.ExtendedMessageFormat doesn't override java.text.MessageFormat.equals(Object)

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12910450#action_12910450 ] Henri Yandell commented on LANG-636: Do you have a specific solution in mind?

[jira] Closed: (LANG-614) StringUtils.endsWithAny method

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-614. -- Resolution: Fixed Thanks Shashi, that looked good. svn ci -m Adding Shashi Kant Sharma's

[jira] Closed: (LANG-617) StringEscapeUtils.escapeXML() can't process UTF-16 supplementary characters

2010-09-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-617. -- Resolution: Fixed Marking this as closed. Feel free to reopen if you find the current codebase is still

[jira] Closed: (LANG-649) BooleanUtils.toBooleanObject to support single character input

2010-09-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-649. -- Resolution: Fixed svn ci -m Adding t/f and y/n options to toBooleanObject(String). LANG-649 Sending

[jira] Updated: (LANG-645) FastDateFormat.format() outputs incorrect week of year because locale isn't respected

2010-09-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-645: --- Fix Version/s: 3.0 Confirmed. The issue looks to be that when creating the GregorianCalendar in

[jira] Closed: (LANG-645) FastDateFormat.format() outputs incorrect week of year because locale isn't respected

2010-09-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-645. -- Resolution: Fixed svn ci -m Applying my fix to LANG-645, and Mikael's test case; fixing the

[jira] Updated: (LANG-645) FastDateFormat.format() outputs incorrect week of year because locale isn't respected

2010-09-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-645: --- Attachment: LANG-645.patch FastDateFormat.format() outputs incorrect week of year because locale

[jira] Commented: (LANG-646) StringEscapeUtils.unescapeJava doesn't handle octal escapes and Unicode with extra u

2010-09-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907110#action_12907110 ] Henri Yandell commented on LANG-646: Escaper is easy to write; unescaper is a bit of a

[jira] Issue Comment Edited: (LANG-650) Optimise toBooleanObject(String) as has been done for toBoolean(String)

2010-09-07 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906260#action_12906260 ] Henri Yandell edited comment on LANG-650 at 9/8/10 1:44 AM:

[jira] Commented: (LANG-650) Optimise toBooleanObject(String) as has been done for toBoolean(String)

2010-09-04 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906260#action_12906260 ] Henri Yandell commented on LANG-650: Didn't this happen as a part of r965963? There

[jira] Created: (LANG-649) BooleanUtils.toBooleanObject to support single character input

2010-09-01 Thread Henri Yandell (JIRA)
BooleanUtils.toBooleanObject to support single character input -- Key: LANG-649 URL: https://issues.apache.org/jira/browse/LANG-649 Project: Commons Lang Issue Type: Improvement

[jira] Updated: (LANG-648) Require an improved Exception APIs

2010-08-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-648: --- Original Estimate: (was: 240h) Remaining Estimate: (was: 240h) Require an improved

[jira] Closed: (LANG-643) Javadoc StringUtils.left() claims to throw on negative len, but doesn't

2010-08-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-643. -- Resolution: Fixed Please, nit pick away :) Text deleted in r990663. Javadoc StringUtils.left() claims

[jira] Commented: (LANG-642) Need varargs form of NumberUtils.max(), etc

2010-08-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904045#action_12904045 ] Henri Yandell commented on LANG-642: The issue is that you can't use varargs for these

[jira] Reopened: (LANG-285) Wish : method unaccent

2010-08-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened LANG-285: Reopening; a patch for the first 3 sounds great. I imagine we'll need lots of discussion for #4; great

[jira] Closed: (LANG-596) StrSubstitutor should also handle the default properties of a java.util.Properties class

2010-08-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-596. -- Fix Version/s: 3.0 (was: 3.1) Resolution: Fixed Thanks - patch commited.

[jira] Commented: (LANG-642) Need varargs form of NumberUtils.max(), etc

2010-08-25 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902603#action_12902603 ] Henri Yandell commented on LANG-642: I had the same problem with ambiguity when trying to

[jira] Closed: (LANG-643) Javadoc StringUtils.left() claims to throw on negative len, but doesn't

2010-08-25 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-643. -- Fix Version/s: 3.0 Resolution: Fixed Thanks Volker. The javadoc has been fixed in svn. Javadoc

[jira] Commented: (LANG-646) StringEscapeUtils.unescapeJava doesn't handle octal escapes and Unicode with extra u

2010-08-25 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902608#action_12902608 ] Henri Yandell commented on LANG-646: The 'uu' version isn't a problem in the current 3.0

[jira] Commented: (IO-247) IOUtils.closeQuietly should be documented or deprecated

2010-08-09 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/IO-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896767#action_12896767 ] Henri Yandell commented on IO-247: -- Good idea. IOUtils.closeQuietly should be documented or

[jira] Updated: (LANG-614) StringUtils.endsWithAny method

2010-08-09 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-614: --- Fix Version/s: 3.0 (was: 3.1) Thanks for the patch. Moving to 3.0 for

[jira] Closed: (LANG-638) NumberUtils createNumber throws a StringIndexOutOfBoundsException when argument containing e and E is passed in

2010-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-638. -- Fix Version/s: 3.0 Resolution: Fixed svn ci -m Making it so that NumberUtils.createNumber throws

[jira] Updated: (LANG-638) NumberUtils createNumber throws a StringIndexOutOfBoundsException when argument containing e and E is passed in

2010-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-638: --- Component/s: lang.math.* NumberUtils createNumber throws a StringIndexOutOfBoundsException when

[jira] Closed: (LANG-580) Add Event Support Utilities

2010-07-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-580. -- Resolution: Fixed Reclosing as fixed - Michael's issue led to the final code even if it wasn't solely

[jira] Reopened: (LANG-580) Add Event Support Utilities

2010-07-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened LANG-580: Add Event Support Utilities --- Key: LANG-580

[jira] Moved: (BEANUTILS-377) Thread-safety and code-safety issue in BeanMap

2010-07-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell moved COLLECTIONS-326 to BEANUTILS-377: - Project: Commons BeanUtils (was: Commons

[jira] Commented: (COLLECTIONS-229) Remove deprecated classes from generics version

2010-07-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890769#action_12890769 ] Henri Yandell commented on COLLECTIONS-229: --- Note, AbstractDualBidiMap.java

[jira] Closed: (CODEC-103) Typo in DecoderException message thrown from Hex.decodeHex

2010-07-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-103. --- Fix Version/s: 1.5 Resolution: Fixed svn ci -m Fixing typo in exception text as reported by

[jira] Commented: (BEANUTILS-377) Thread-safety and code-safety issue in BeanMap

2010-07-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890772#action_12890772 ] Henri Yandell commented on BEANUTILS-377: - Moving over to BeanUtils, BeanMap

[jira] Commented: (IO-199) Replace strings in file

2010-07-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/IO-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890778#action_12890778 ] Henri Yandell commented on IO-199: -- What about a filter notion that you placed between an

[jira] Commented: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890358#action_12890358 ] Henri Yandell commented on LANG-624: Now's the time to break back compat if need be. Is

[jira] Closed: (LANG-635) CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransients, Class reflectUpToClass) ignores third parameter

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-635. -- Fix Version/s: 3.0 Resolution: Fixed Thanks Robert. I've fixed that line to pass the

[jira] Commented: (LANG-591) A more complex Levenshtein distance would be useful

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890367#action_12890367 ] Henri Yandell commented on LANG-591: API looks good. I'd still remove the setXyz rather

[jira] Commented: (LANG-411) HashCodeBuilder: expose typed hashing methods

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890375#action_12890375 ] Henri Yandell commented on LANG-411: Thanks Sean. I don't think ObjectUtils should have

[jira] Updated: (LANG-633) Use same optimization in toBooleanObject(String) as in toBoolean(String str)

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-633: --- Original Estimate: (was: 1h) Remaining Estimate: (was: 1h) Use same optimization in

[jira] Closed: (LANG-633) Use same optimization in toBooleanObject(String) as in toBoolean(String str)

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-633. -- Fix Version/s: 3.0 Resolution: Fixed Code refactored: svn ci -m Refactoring toBoolean(String)

[jira] Commented: (LANG-508) Validate: add message parameter construction via elllipsis notation to speed up processing

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890477#action_12890477 ] Henri Yandell commented on LANG-508: I'm going to assume this was the commit that Paul

[jira] Closed: (LANG-508) Validate: add message parameter construction via elllipsis notation to speed up processing

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-508. -- Resolution: Fixed Closing this out as afaict it's done. Validate: add message parameter construction

[jira] Closed: (LANG-558) Overhaul Validate class

2010-07-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-558. -- Resolution: Fixed Children resolved. Overhaul Validate class ---

[jira] Closed: (LANG-510) Convert StringUtils API to take CharSequence

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-510. -- Resolution: Fixed Closing this out. I'd love to move the indexOf based methods over, but it would mean

[jira] Commented: (LANG-580) Add Event Support Utilities

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889571#action_12889571 ] Henri Yandell commented on LANG-580: I've committed your patch Michael - looked good :)

[jira] Closed: (COLLECTIONS-357) CollectionUtils.removeAll invokes wrong Listutils method

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-357. - Fix Version/s: 4.0-beta-1 Resolution: Fixed Fixed in trunk.

[jira] Closed: (COLLECTIONS-359) A ∩ B != B ∩ A when duplicates are present in a list

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-359. - Fix Version/s: 4.0-beta-1 Resolution: Fixed Thanks Mark. Patch applied. svn

[jira] Closed: (COLLECTIONS-328) ListUtils.intersect is slow

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-328. - Fix Version/s: 4.0-beta-1 (was: 4.0) Resolution: Fixed

[jira] Commented: (LANG-591) A more complex Levenshtein distance would be useful

2010-07-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889588#action_12889588 ] Henri Yandell commented on LANG-591: Sorry for not picking up on the revised patch. Any

[jira] Commented: (LANG-624) SystemUtils.getJavaVersionAsFloat throws StringIndexOutOfBoundsException on Android runtime/Dalvik VM

2010-07-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12889567#action_12889567 ] Henri Yandell commented on LANG-624: So should we be moving from java.version to

[jira] Closed: (LANG-630) mutable.MutableObject defines equals(MutableObject) method and uses Object.equals(Object)

2010-07-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-630. -- Resolution: Fixed Thanks Sean. svn ci -m Applying Sean Mickey's patch to LANG-630 such that

[jira] Closed: (LANG-632) provide a date2calendar convenience method

2010-07-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-632. -- Fix Version/s: 3.0 Resolution: Fixed Added. Thanks for the idea. svn ci -m Adding toCalendar

[jira] Updated: (LANG-632) provide a date2calendar convenience method

2010-07-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-632: --- Affects Version/s: (was: 2.1) (was: 2.2)

[jira] Closed: (LANG-631) StringUtils JavaDoc contains erroneous examples

2010-07-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-631. -- Resolution: Fixed Current trunk had addressed this, but had transposed the 4 and 5 results. I've fixed

[jira] Commented: (LANG-628) Javadoc for HashCodeBuilder.append(boolean) does not match implementation.

2010-07-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12885453#action_12885453 ] Henri Yandell commented on LANG-628: I've updated the Javadoc with your text. Javadoc

[jira] Updated: (LANG-631) StringUtils JavaDoc contains erroneous examples

2010-07-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-631: --- Fix Version/s: 3.0 StringUtils JavaDoc contains erroneous examples

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

2010-07-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-462: --- Fix Version/s: 3.0 (was: 3.1) Has patch, moving to 3.0. FastDateFormat

[jira] Updated: (LANG-621) ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-621: --- Fix Version/s: 3.1 Seems fair - setting for 3.1. Patches welcome if anyone feels like diving into

[jira] Updated: (LANG-617) StringEscapeUtils.escapeXML() can't process UTF-16 supplementary characters

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-617: --- Fix Version/s: 3.0 StringEscapeUtils.escapeXML() can't process UTF-16 supplementary characters

[jira] Closed: (LANG-615) add indexesOf methods to StringUtils

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-615. -- Resolution: Won't Fix Closing as Won't Fix in favour of using regex. add indexesOf methods to

[jira] Updated: (LANG-613) ConstructorUtils.getAccessibleConstructor() Does Not Check the Accessibility of Enclosing Classes

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-613: --- Fix Version/s: 3.1 ConstructorUtils.getAccessibleConstructor() Does Not Check the Accessibility of

[jira] Commented: (LANG-288) StrTokenizer needs to support access to the token separators

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12883775#action_12883775 ] Henri Yandell commented on LANG-288: This is a nice to have btw; I don't consider it

[jira] Closed: (LANG-628) Javadoc for HashCodeBuilder.append(boolean) does not match implementation.

2010-06-29 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-628. -- Resolution: Fixed I've dropped the 'iConstant *' part. None of the other appends cover that. I've noted

[jira] Commented: (LANG-615) add indexesOf methods to StringUtils

2010-06-22 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881108#action_12881108 ] Henri Yandell commented on LANG-615: Thanks Rocky - sorry for the long delay in replying.

[jira] Commented: (LANG-617) StringEscapeUtils.escapeXML() can't process UTF-16 supplementary characters

2010-06-22 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881097#action_12881097 ] Henri Yandell commented on LANG-617: Change made to the NumericEntityUnescaper so #68642;

[jira] Commented: (COLLECTIONS-351) Remove features now supported in the JDK

2010-06-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881072#action_12881072 ] Henri Yandell commented on COLLECTIONS-351: --- Note IdentityMap is gone.

[jira] Closed: (COLLECTIONS-338) commons-collections integrated into OpenSolaris

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-338. - Resolution: Won't Fix Resolving as wontfix. commons-collections integrated into

[jira] Closed: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-349. - Resolution: Duplicate Closing as dupe. The method CollectionUtils.removeAll()

[jira] Closed: (COLLECTIONS-352) AbstractCollectionDecorator is inconsistent with AbstractListDecorator. Uses private member variable instead of protected getter

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-352. - Fix Version/s: 4.0 Resolution: Fixed 4.0 uses decorated() and both classes

[jira] Updated: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-349: -- Fix Version/s: 4.0-beta-1 The method CollectionUtils.removeAll() call wrongly

[jira] Closed: (COLLECTIONS-353) AbstractLinkedMap firstKey/lastKey JavaDoc reversed

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-353. - Fix Version/s: 4.0-beta-1 Resolution: Duplicate Closing as a duplicate of a

[jira] Updated: (COLLECTIONS-352) AbstractCollectionDecorator is inconsistent with AbstractListDecorator. Uses private member variable instead of protected getter

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated COLLECTIONS-352: -- Fix Version/s: 4.0-beta-1 (was: 4.0)

[jira] Closed: (COLLECTIONS-355) class cast exception in common collection-3.2 jar

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-355. - Resolution: Invalid Resolving - please take to the user list. Note that you don't

[jira] Closed: (COLLECTIONS-346) SetUniqueList.decorate throws exceptions that is not documented

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-346. - Resolution: Won't Fix Agreed, but it should be javadoc'd in java.util.Arrays.asList

[jira] Closed: (COLLECTIONS-337) BasicPredicateTestBase.assertFalse BasicPredicateTestBase.assertTrue methods have confusing names

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-337. - Resolution: Won't Fix I don't see why they would have to override the method

[jira] Closed: (COLLECTIONS-345) Creates a Collection from a JDBC ResultSet

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-345. - Resolution: Won't Fix Closing as a wontfix; this is already available in Commons

[jira] Closed: (COLLECTIONS-336) Exceptions can be simplified now that Throwable.getCause() must be present

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-336. - Fix Version/s: 4.0-beta-1 Resolution: Fixed svn ci -m Simplifying exceptions

[jira] Commented: (COLLECTIONS-312) Minor changes to tidy modifiers for fields, methods and classes.

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12880545#action_12880545 ] Henri Yandell commented on COLLECTIONS-312: --- Thanks Peter. Patches weren't

[jira] Closed: (COLLECTIONS-269) build.xml doesn't download emma

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-269. - Fix Version/s: (was: 4.0) Resolution: Won't Fix Closing as wontfix as I

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

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed COLLECTIONS-223. - Resolution: Won't Fix Boolean is most useful imo. It tells you something (things

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

2010-06-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12880568#action_12880568 ] Henri Yandell commented on COLLECTIONS-223: --- Note, I've changed the other 2

[jira] Closed: (LANG-620) Convert Range To An Interface

2010-05-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-620. -- Resolution: Won't Fix Resolving - it's useable for non-Comparables; but you have to supply a

[jira] Closed: (LANG-623) Replace characters seems to not be able to replace Icelanding Thorn (Þ, þ)

2010-05-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-623. -- Resolution: Cannot Reproduce Seems odd. Testing, the following passes: +public void testLang623()

[jira] Commented: (COMPRESS-111) support for lzma files

2010-05-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868015#action_12868015 ] Henri Yandell commented on COMPRESS-111: Separate from my replies in LEGAL-72,

[jira] Updated: (LANG-622) StringUtils.lastIndexOfAnyBut() function desired

2010-05-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-622: --- Component/s: lang.* StringUtils.lastIndexOfAnyBut() function desired

[jira] Updated: (LANG-623) Replace characters seem s to not be able to replace Icelanding Thorn (Þ, þ)

2010-05-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-623: --- Component/s: lang.* Replace characters seems to not be able to replace Icelanding Thorn (Þ, þ)

[jira] Updated: (CLI-147) Create page explaining which parser to use when

2010-05-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-147: -- Fix Version/s: (was: 1.3) Create page explaining which parser to use when

[jira] Closed: (LANG-619) String prefixing/suffixing

2010-04-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-619. -- Resolution: Won't Fix Closing as a wontfix. I think this is complex enough that it's worth using

[jira] Closed: (LANG-616) New Value Objects For Date/Time

2010-04-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-616. -- Resolution: Won't Fix I was going to also mention J.A.D.E. from years back, but turns out it became

[jira] Commented: (LANG-620) Convert Range To An Interface

2010-04-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861283#action_12861283 ] Henri Yandell commented on LANG-620: You can use it with non-Comparables, you just have

[jira] Commented: (LANG-617) StringEscapeUtils.escapeXML() can't process UTF-16 supplementary characters

2010-04-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856784#action_12856784 ] Henri Yandell commented on LANG-617: In 3.0 the code has changed a fair amount. These

[jira] Created: (LANG-614) StringUtils.endsWithAny method

2010-04-07 Thread Henri Yandell (JIRA)
StringUtils.endsWithAny method -- Key: LANG-614 URL: https://issues.apache.org/jira/browse/LANG-614 Project: Commons Lang Issue Type: Improvement Components: lang.* Reporter: Henri Yandell

[jira] Updated: (LANG-370) Document thread safety of classes

2010-04-05 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-370: --- Fix Version/s: (was: 3.0) 3.1 Moving to 3.1. Feel free to continue applying

[jira] Closed: (LANG-576) Add methods for cloneables to ObjectUtils

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-576. -- Resolution: Fixed Thanks Jörg. Add methods for cloneables to ObjectUtils

[jira] Closed: (CODEC-90) JDK 1.5 the API

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-90. -- Resolution: Won't Fix Agreed. Looking at the API and where arrays show in it, nothing jumps out as

[jira] Closed: (CODEC-82) OSGI manifest information is not generated during the ant build

2010-03-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CODEC-82. -- Resolution: Won't Fix Closing as wontfix. More likely the ant build will be removed. OSGI manifest

[jira] Commented: (LANG-576) Add methods for cloneables to ObjectUtils

2010-03-27 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850580#action_12850580 ] Henri Yandell commented on LANG-576: Thanks. I think it's fair to keep the method, but

[jira] Commented: (COLLECTIONS-331) CollatingIterator NPE when Comparator is null

2010-03-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850022#action_12850022 ] Henri Yandell commented on COLLECTIONS-331: --- Confirm on the bug. Issue is

<    2   3   4   5   6   7   8   9   10   11   >