[jira] [Commented] (LANG-1142) StringUtils#capitalize: Javadoc says toTitleCase; code uses toUpperCase

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632726#comment-14632726 ] Henri Yandell commented on LANG-1142: - It definitely should use toTitleCase. I wonder

[jira] [Commented] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632739#comment-14632739 ] Henri Yandell commented on LANG-1143: - Seems fair. Started to poke on this, but means

[jira] [Comment Edited] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632742#comment-14632742 ] Henri Yandell edited comment on LANG-1010 at 7/19/15 9:01 AM: --

[jira] [Commented] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632742#comment-14632742 ] Henri Yandell commented on LANG-1010: - Thinking out loud, you could create a customer

[jira] [Updated] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2015-07-19 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-1143: --- Attachment: LANG-1143.patch How about the attached patch? No Java 8 features used. StringUtils should use

[jira] [Closed] (LANG-1142) StringUtils#capitalize: Javadoc says toTitleCase; code uses toUpperCase

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-1142. --- Resolution: Fixed Fix Version/s: 3.5 $ git commit [master 421db38] Switched capitalize back to

[jira] [Updated] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2015-07-19 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-1143: --- Description: The Javadoc for Character#toTitleCase(char) recommends using Character#toTitleCase(int) instead. This

[jira] [Resolved] (DBCP-438) Nested connections in a transaction (local) throws null pointer

2015-07-19 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-438. -- Resolution: Fixed Null check added to DelegatingConnection#close in r1691861. Nested connections in a

[jira] [Updated] (BCEL-209) Bug fixes and improvements to InvokeDynamic and BootStrapMethods implementation

2015-07-19 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Honton updated BCEL-209: Fix Version/s: 6.0 Bug fixes and improvements to InvokeDynamic and BootStrapMethods implementation

[jira] [Resolved] (BCEL-209) Bug fixes and improvements to InvokeDynamic and BootStrapMethods implementation

2015-07-19 Thread Charles Honton (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Honton resolved BCEL-209. - Resolution: Fixed Committed revision 1691855. Bug fixes and improvements to InvokeDynamic and

[jira] [Created] (MATH-1251) Wrong number of calls in KohonenUpdateAction

2015-07-19 Thread Gilles (JIRA)
Gilles created MATH-1251: Summary: Wrong number of calls in KohonenUpdateAction Key: MATH-1251 URL: https://issues.apache.org/jira/browse/MATH-1251 Project: Commons Math Issue Type: Bug Affects

[jira] [Commented] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632857#comment-14632857 ] Henri Yandell commented on LANG-1010: - A bit sloppy, but I was thinking of something

[jira] [Resolved] (LANG-1138) add a static method to create a started stopwatch

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell resolved LANG-1138. - Resolution: Fixed Fix Version/s: 3.5 $ git commit -m Adding a createStarted() method per

[jira] [Resolved] (MATH-1250) ANN: add performance reporting

2015-07-19 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-1250. -- Resolution: Fixed ANN: add performance reporting -- Key:

[jira] [Resolved] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell resolved LANG-1010. - Resolution: Won't Fix Resolving as Won't Fix. StringEscapeUtils escapeXml escapes already

[jira] [Comment Edited] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632857#comment-14632857 ] Henri Yandell edited comment on LANG-1010 at 7/19/15 4:14 PM: --

[jira] [Comment Edited] (LANG-1010) StringEscapeUtils escapeXml escapes already escaped characters

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632857#comment-14632857 ] Henri Yandell edited comment on LANG-1010 at 7/19/15 4:13 PM: --

[jira] [Updated] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-1143: Fix Version/s: 3.5 StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

[jira] [Commented] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

2015-07-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14632867#comment-14632867 ] Henri Yandell commented on LANG-1143: - Looks good to me. Passes tests. StringUtils