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

2009-12-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789720#action_12789720 ] Henri Yandell commented on LANG-530: I think the solution (so to speak) here is for

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

2009-12-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789722#action_12789722 ] Henri Yandell commented on LANG-530: Alternatively, implement parse(..) such that it

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

2009-12-12 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: (was: 3.0) 3.x Note that my previous comment was ill thought.

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

2009-12-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789724#action_12789724 ] Henri Yandell commented on LANG-530: In either case - the better place for the fix is

[jira] Created: (LANG-563) Change Java package name

2009-12-10 Thread Henri Yandell (JIRA)
Change Java package name Key: LANG-563 URL: https://issues.apache.org/jira/browse/LANG-563 Project: Commons Lang Issue Type: Task Reporter: Henri Yandell Fix For: 3.0 Change package name

[jira] Created: (LANG-562) Change Maven groupId

2009-12-10 Thread Henri Yandell (JIRA)
Change Maven groupId Key: LANG-562 URL: https://issues.apache.org/jira/browse/LANG-562 Project: Commons Lang Issue Type: Task Reporter: Henri Yandell Fix For: 3.0 Change groupId to

[jira] Closed: (LANG-392) Improve javadoc samples

2009-12-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-392. -- Resolution: Fixed Fix Version/s: (was: 3.0) I'm closing this as WONTFIX. It's very desirable,

[jira] Closed: (LANG-391) Document O(n) of each algorithm

2009-12-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-391. -- Resolution: Won't Fix Fix Version/s: (was: 3.0) I'm closing this as WONTFIX. It's very

[jira] Closed: (LANG-563) Change Java package name

2009-12-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-563. -- Resolution: Fixed Done Change Java package name Key:

[jira] Closed: (LANG-548) Use Iterable on API instead of Collection

2009-12-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-548. -- Resolution: Fixed Both Validate and StrBuilder methods changed to take Iterable. Use Iterable on API

[jira] Commented: (LANG-561) unescapeHtml has been dropped without going through deprecation

2009-12-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787367#action_12787367 ] Henri Yandell commented on LANG-561: To go further - there should be no deprecated code

[jira] Commented: (LANG-561) unescapeHtml has been dropped without going through deprecation

2009-12-08 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12787366#action_12787366 ] Henri Yandell commented on LANG-561: Agreed that unescapeHtml3 needs Javadoc. I don't

[jira] Commented: (LANG-548) Use Iterable on API instead of Collection

2009-11-28 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783354#action_12783354 ] Henri Yandell commented on LANG-548: Other possibles: Validate.noNullElements x 2

[jira] Closed: (LANG-549) Need to release the latest code!

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-549. -- Resolution: Fixed Need to release the latest code!

[jira] Updated: (LANG-557) Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and endsWithIgnoreCase

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-557: --- Fix Version/s: 3.0 Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782814#action_12782814 ] Henri Yandell commented on LANG-470: Still unsure how to handle edge cases. This is

[jira] Closed: (LANG-531) Add defaultIfEmpty or nullIfEmpty to ArrayUtils

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-531. -- Resolution: Won't Fix Resolving as wontfix. No interest shown on list - I think the nullIfEmpty use

[jira] Commented: (LANG-557) Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and endsWithIgnoreCase

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782822#action_12782822 ] Henri Yandell commented on LANG-557: Looks like this has already been caught in svn -

[jira] Commented: (LANG-557) Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and endsWithIgnoreCase

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782841#action_12782841 ] Henri Yandell commented on LANG-557: Site uploaded. Will take a few hours to sync from

[jira] Closed: (LANG-557) Javadoc wrong for StringUtils startsWith, startsWithIgnoreCase, endsWith and endsWithIgnoreCase

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-557. -- Resolution: Fixed Snapshot javadoc now shows fix. Javadoc wrong for StringUtils startsWith,

[jira] Updated: (LANG-454) Add getCharArray() to CharRange

2009-11-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-454: --- Comment: was deleted (was: A bit dependent on whether CharRange goes away and is replaced by Range.

[jira] Updated: (LANG-454) Add getCharArray() to CharRange

2009-11-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-454: --- Comment: was deleted (was: A bit dependent on whether CharRange goes away and is replaced by Range.

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

2009-11-18 Thread Henri Yandell (JIRA)
JDK 1.5 the API --- Key: CODEC-90 URL: https://issues.apache.org/jira/browse/CODEC-90 Project: Commons Codec Issue Type: Improvement Reporter: Henri Yandell Need to apply varargs, autoboxing and generics to the

[jira] Commented: (LANG-492) Remove code handled now by the JDK

2009-11-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778779#action_12778779 ] Henri Yandell commented on LANG-492: Consider removing ArrayUtils.hashCode

[jira] Commented: (LANG-492) Remove code handled now by the JDK

2009-11-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779334#action_12779334 ] Henri Yandell commented on LANG-492: hashCode removed. toString - toString(Object[],

[jira] Reopened: (IO-181) LineIterator should implement Iterable

2009-11-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/IO-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened IO-181: -- Reopening as there are post-close comments. LineIterator should implement Iterable

[jira] Commented: (LANG-537) Add ArrayUtils.toArray to create generic arrays

2009-11-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778752#action_12778752 ] Henri Yandell commented on LANG-537: javadoc is a bit confusing in that the example looks

[jira] Commented: (LANG-426) String splitting with escaped delimiter

2009-11-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778079#action_12778079 ] Henri Yandell commented on LANG-426: With regardisng to StringUtils - Biggest concern is

[jira] Commented: (LANG-537) Add ArrayUtils.toArray to create generic arrays

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777845#action_12777845 ] Henri Yandell commented on LANG-537: What does ArrayUtils.toArray(a,b,c,d) have over new

[jira] Updated: (LOGGING-120) Support kind of isPriorityEnabled / log(Priority) on org.apache.commons.logging.Logger

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LOGGING-120: -- Fix Version/s: (was: Nightly Builds) Support kind of isPriorityEnabled / log(Priority)

[jira] Closed: (LANG-433) clone() method for ObjectUtils

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-433. -- Resolution: Duplicate Closing as a duplicate of LANG-307. clone() method for ObjectUtils

[jira] Commented: (LANG-307) CloneUtils - utility class to enable cloning via various different mechanisms

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777860#action_12777860 ] Henri Yandell commented on LANG-307: Closed LANG-433 in favour of this. A note from there

[jira] Commented: (LANG-481) Possible race-conditions in hashCode of the range classes

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777861#action_12777861 ] Henri Yandell commented on LANG-481: *Range classes deleted. Need to figure out a fix for

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

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777862#action_12777862 ] Henri Yandell commented on LANG-288: Major question for us here is whether this change

[jira] Closed: (LANG-467) EqualsBuilder and HashCodeBuilder treat java.math.BigDecimal inconsistantly and break general contract of hashCode

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-467. -- Resolution: Fixed Agreed, in that I don't see a solution for HashCodeBuilder and the two need to be the

[jira] Commented: (LANG-393) EqualsBuilder don't compare BigDecimals correctly

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777867#action_12777867 ] Henri Yandell commented on LANG-393: Note that due to inconsistency with HashCodeBuilder

[jira] Commented: (LANG-330) Add StringBufferUtils or overload StringUtils methods

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777868#action_12777868 ] Henri Yandell commented on LANG-330: Note that it's 2 duplicates for repeat. Add

[jira] Commented: (LANG-516) Define standard for escape/unescape XML

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777871#action_12777871 ] Henri Yandell commented on LANG-516: As with the HTML issue: I think the best is to do

[jira] Commented: (LANG-517) Define standard for escape/unescape HTML

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777870#action_12777870 ] Henri Yandell commented on LANG-517: I think the best is to do the minimum, as it's easy

[jira] Closed: (LANG-516) Define standard for escape/unescape XML

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-516. -- Resolution: Fixed I've changed it so that 0x7f values are not escaped to numerical entities. Define

[jira] Closed: (LANG-517) Define standard for escape/unescape HTML

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-517. -- Resolution: Fixed I've changed it so 0x7f are not escaped to numeric values. Define standard for

[jira] Closed: (LANG-515) Define standard escape/unescape behaviours

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-515. -- Resolution: Fixed Sub-issues closed. Define standard escape/unescape behaviours

[jira] Commented: (LANG-481) Possible race-conditions in hashCode of the range classes

2009-11-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777994#action_12777994 ] Henri Yandell commented on LANG-481: Link to license useable String.java:

[jira] Closed: (LANG-386) LeftOf/RightOfNumber in Range convenience methods necessary

2009-11-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-386. -- Resolution: Fixed positionOfInteger added to the new generic Range class as elementCompareTo.

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777422#action_12777422 ] Henri Yandell commented on LANG-551: Per LANG-386, an elementCompareTo method has been

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777423#action_12777423 ] Henri Yandell commented on LANG-551: svn ci -m Removing old Range classes per LANG-551.

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777808#action_12777808 ] Henri Yandell commented on LANG-551: CharRange is a close match, except for the

[jira] Commented: (LANG-549) Need to release the latest code!

2009-11-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777409#action_12777409 ] Henri Yandell commented on LANG-549: Normally Lang has a release each year. The 2.4-3.0

[jira] Updated: (LANG-552) StringUtils replaceEach - Bug or Missing Documentation

2009-11-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-552: --- Fix Version/s: 3.0 Agreed that at the least a javadoc update should be done. Whether to change code -

[jira] Updated: (LANG-544) ToStringStyle.registry ThreadLocal initialValue should return a Set that implements reference equality checking instead of object equality

2009-11-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-544: --- Fix Version/s: 3.0 ToStringStyle.registry ThreadLocal initialValue should return a Set that

[jira] Commented: (LANG-386) LeftOf/RightOfNumber in Range convenience methods necessary

2009-11-07 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774576#action_12774576 ] Henri Yandell commented on LANG-386: elementBefore and elementAfter methods have been

[jira] Commented: (LANG-545) Add ability to create a Future for a constant

2009-11-07 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774577#action_12774577 ] Henri Yandell commented on LANG-545: Seems good. Add ability to create a Future for a

[jira] Commented: (MATH-319) Include cobertura target in build.xml

2009-11-07 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/MATH-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774685#action_12774685 ] Henri Yandell commented on MATH-319: Cobertura is already hooked up as a part of Maven2:

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774231#action_12774231 ] Henri Yandell commented on LANG-551: Something to consider - should CharRange also be

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-05 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774223#action_12774223 ] Henri Yandell commented on LANG-551: Thanks Sebb. Both minor points fixed. I'll work on

[jira] Commented: (LANG-551) Replace Range classes with generic version

2009-11-05 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774230#action_12774230 ] Henri Yandell commented on LANG-551: svn ci -m Committing work in progress version of a

[jira] Commented: (LANG-290) EnumUtils for JDK 5.0

2009-10-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770385#action_12770385 ] Henri Yandell commented on LANG-290: isEnum feels a bit confusing when compared to

[jira] Commented: (LANG-290) EnumUtils for JDK 5.0

2009-10-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770386#action_12770386 ] Henri Yandell commented on LANG-290: How about an EnumUtils.sizeOf(Classextends Enum)?

[jira] Commented: (LANG-542) Move StringBuffer APIs to Appendable

2009-10-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12769751#action_12769751 ] Henri Yandell commented on LANG-542: svn ci -m Rolling back 826960 - IOException would

[jira] Closed: (LANG-540) Make NumericEntityEscaper immutable

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-540. -- Resolution: Fixed Two patches and line to NumericEntityEscaper added:

[jira] Closed: (LANG-514) CharRange constructor is hard to read

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-514. -- Resolution: Fixed svn ci -m Applying patch from LANG-514. CharRange constructors removed and replaced

[jira] Closed: (LANG-522) Support use of mutable numbers in editable JTable models

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-522. -- Resolution: Fixed svn ci -m Patch from Michael Rudolf in LANG-522 applied with additional String

[jira] Closed: (LANG-520) HashCodeBuilder.hashCode() should return the same value as HashCodeBuilder.toHashCode()

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-520. -- Resolution: Fixed svn ci -m Changing the hashCode() method to return toHashCode() per the request in

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

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12769545#action_12769545 ] Henri Yandell commented on LANG-411: Must admit that if I were looking for it I would go

[jira] Updated: (IO-218) Introduce new filter input stream with replacement facilities

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/IO-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated IO-218: - Fix Version/s: (was: 1.4) Introduce new filter input stream with replacement facilities

[jira] Closed: (BEANUTILS-360) BeanUtils.copyProperties() method is not working in JDK1.6

2009-10-23 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed BEANUTILS-360. --- Resolution: Won't Fix Looks like this is resolved, so closing.

[jira] Closed: (LANG-533) Validate: support for validating blank strings

2009-10-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-533. -- Resolution: Fixed Thanks Tomasz. Patch applied: svn ci -m Applying Tomasz Nurkiewicz's patch from

[jira] Commented: (LANG-341) [NumberUtils] Please add number byte[] methods

2009-10-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768573#action_12768573 ] Henri Yandell commented on LANG-341: Very uncomfortable with c+p code from java.io.

[jira] Closed: (LANG-432) Fix case-insensitive string handling

2009-10-21 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-432. -- Resolution: Fixed Apologies for the long delay in applying the rest of the patch. Looks good and it's

[jira] Commented: (LANG-425) Sequence(String)Utils

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767713#action_12767713 ] Henri Yandell commented on LANG-425: I'm not seeing too much on where this ticket is

[jira] Closed: (LANG-422) StrBuilder appendSeparator with defaultIfEmpty

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-422. -- Resolution: Fixed Patch applied in: r826969 | bayard | 2009-10-19 23:10:10 -0700 (Mon, 19 Oct 2009) | 1

[jira] Updated: (LANG-539) Compile commons.lang for CDC 1.1/Foundation 1.1

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-539: --- Fix Version/s: (was: 2.x) 3.0 Compile commons.lang for CDC 1.1/Foundation 1.1

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

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-538: --- Fix Version/s: (was: 2.x) 3.0 DateFormatUtils.format does not correctly change

[jira] Commented: (LANG-539) Compile commons.lang for CDC 1.1/Foundation 1.1

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767719#action_12767719 ] Henri Yandell commented on LANG-539: Not sure if we'll have another 2.x release. For 3.0

[jira] Commented: (LANG-532) Consider code in Collections

2009-10-20 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767723#action_12767723 ] Henri Yandell commented on LANG-532: Not convinced that Collections will make it to 4.0.

[jira] Created: (COLLECTIONS-344) Delete MapUtils.getXxx

2009-10-20 Thread Henri Yandell (JIRA)
Delete MapUtils.getXxx -- Key: COLLECTIONS-344 URL: https://issues.apache.org/jira/browse/COLLECTIONS-344 Project: Commons Collections Issue Type: Task Components: Map Reporter: Henri Yandell

[jira] Closed: (LANG-540) Make NumericEntityEscaper immutable

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-540. -- Resolution: Fixed svn ci -m Applying Sebb's patch from LANG-540 making the NumericEntityEscaper class

[jira] Closed: (LANG-293) StringEscapeUtils.unescape* can be faster

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-293. -- Resolution: Won't Fix Apologies - but after the rewrite the patch isn't relevant anymore. I had a stab

[jira] Commented: (LANG-330) Add StringBufferUtils or overload StringUtils methods

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767686#action_12767686 ] Henri Yandell commented on LANG-330: Also tempted to consider for repeat(...), Downside

[jira] Commented: (LANG-330) Add StringBufferUtils or overload StringUtils methods

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767691#action_12767691 ] Henri Yandell commented on LANG-330: Had hopes I could delete the join variants that take

[jira] Commented: (LANG-348) Add StringUtils.repeat with separator

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767692#action_12767692 ] Henri Yandell commented on LANG-348: Given it's likely to be used on small Strings, I'd

[jira] Closed: (LANG-348) Add StringUtils.repeat with separator

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-348. -- Resolution: Fixed svn ci -m Adding a StringUtils.repeat(String, String separator, int) method per

[jira] Created: (LANG-541) Replace StringBuffer with StringBuilder

2009-10-19 Thread Henri Yandell (JIRA)
Replace StringBuffer with StringBuilder --- Key: LANG-541 URL: https://issues.apache.org/jira/browse/LANG-541 Project: Commons Lang Issue Type: Task Reporter: Henri Yandell Fix

[jira] Commented: (LANG-541) Replace StringBuffer with StringBuilder

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767698#action_12767698 ] Henri Yandell commented on LANG-541: svn ci -m Switched StringBuffer to StringBuilder

[jira] Closed: (LANG-541) Replace StringBuffer with StringBuilder

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-541. -- Resolution: Fixed Replace StringBuffer with StringBuilder ---

[jira] Created: (LANG-542) Move StringBuffer APIs to Appendable

2009-10-19 Thread Henri Yandell (JIRA)
Move StringBuffer APIs to Appendable Key: LANG-542 URL: https://issues.apache.org/jira/browse/LANG-542 Project: Commons Lang Issue Type: Task Reporter: Henri Yandell Fix For: 3.0

[jira] Created: (LANG-543) Consider making StrBuilder depend on AbstractStringBuilder

2009-10-19 Thread Henri Yandell (JIRA)
Consider making StrBuilder depend on AbstractStringBuilder -- Key: LANG-543 URL: https://issues.apache.org/jira/browse/LANG-543 Project: Commons Lang Issue Type: Task

[jira] Commented: (LANG-542) Move StringBuffer APIs to Appendable

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767707#action_12767707 ] Henri Yandell commented on LANG-542: svn ci -m Moved identityToString(StringBuffer,

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

2009-10-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-420. -- Resolution: Won't Fix Resolving again as WONTFIX. I definitely don't see a need to rename the method

[jira] Closed: (LANG-507) StringEscapeUtils.unescapeJava should support \u+ notation

2009-10-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-507. -- Resolution: Fixed svn ci -m Implementing an option to UnicodeUnescaper in which the syntax '\u+0047' is

[jira] Commented: (LANG-280) Improve wrap method on WordUtils

2009-10-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767018#action_12767018 ] Henri Yandell commented on LANG-280: Oldest issue in 3.0, so a good one to close :)

[jira] Commented: (LANG-280) Improve wrap method on WordUtils

2009-10-18 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767019#action_12767019 ] Henri Yandell commented on LANG-280: Noting that other WordUtils methods use a char[] to

[jira] Closed: (LANG-535) ClassUtils.getShortClassName() will not work with an array; it seems to add a semicolon to the end.

2009-10-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-535. -- Resolution: Fixed svn ci -m Applying my patch from LANG-535 - adding support to getShortClassName and

[jira] Updated: (LANG-344) CollatorUtils - equivalent of StringUtils, but using Collators

2009-10-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-344: --- Fix Version/s: (was: 3.0) 3.x Nice idea, but with no code I'm going to punt off

[jira] Commented: (LANG-531) Add defaultIfEmpty or nullIfEmpty to ArrayUtils

2009-10-15 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12765955#action_12765955 ] Henri Yandell commented on LANG-531: On reflection, my patch isn't what you were asking

[jira] Commented: (LANG-535) ClassUtils.getShortClassName() will not work with an array; it seems to add a semicolon to the end.

2009-10-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764972#action_12764972 ] Henri Yandell commented on LANG-535: Plus Lang provides a String API in addition to the

[jira] Updated: (LANG-535) ClassUtils.getShortClassName() will not work with an array; it seems to add a semicolon to the end.

2009-10-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-535: --- Attachment: LANG-535.patch Attaching a patch that adds support for: * arrays * primitive arrays *

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

2009-10-13 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764977#action_12764977 ] Henri Yandell commented on LANG-530: Fixing this is not so easy. LANG-462 points out that

[jira] Updated: (LANG-536) Add isSorted() to ArrayUtils

2009-10-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-536: --- Fix Version/s: 3.0 Setting to 3.0. Iterable to be considered if Lang absorbs a bit of Collections

[jira] Commented: (LANG-492) Remove code handled now by the JDK

2009-10-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764956#action_12764956 ] Henri Yandell commented on LANG-492: Per LANG-535; consider removing

<    5   6   7   8   9   10   11   12   13   14   >