[jira] [Commented] (LANG-1237) String Split For Fixed-Length Strings

2016-05-25 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15299525#comment-15299525 ] Loic Guibert commented on LANG-1237: This feature is similar (but not same) with those in the LANG-1124

[jira] [Closed] (LANG-1207) StringUtils.equals with CharSequence - IndexOutOfBoundsException

2016-02-24 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert closed LANG-1207. -- Resolution: Duplicate Fix Version/s: 3.5 Hello Eric, Thank you for your interest in Commons-Lang

[jira] [Updated] (COMMONSSITE-86) Update Logo with new ASF Feather

2016-01-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated COMMONSSITE-86: Attachment: commons-logo_new.svg > Update Logo with new ASF Feather >

[jira] [Commented] (COMMONSSITE-86) Update Logo with new ASF Feather

2016-01-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15121805#comment-15121805 ] Loic Guibert commented on COMMONSSITE-86: - I use the _DejaVu_ font, and for the version 4, the

[jira] [Updated] (COMMONSSITE-86) Update Logo with new ASF Feather

2016-01-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated COMMONSSITE-86: Attachment: commons-logo_new4.png commons-logo_new3.png

[jira] [Commented] (LANG-1187) Method createNumber from NumberUtils doesn't work for floating point numbers other than Float

2015-11-24 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15024532#comment-15024532 ] Loic Guibert commented on LANG-1187: I just take a quick look and it's seem to be caused by the order

[jira] [Closed] (LANG-704) New methods for StringUtils class: equalsAny and equalsAnyIgnoreCase

2015-11-06 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert closed LANG-704. - Resolution: Duplicate Resolved by https://issues.apache.org/jira/browse/LANG-1169. Pull request #109 merged

[jira] [Resolved] (LANG-1169) Add a StringUtils method to compare a string to multiple strings

2015-11-06 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1169. Resolution: Fixed Fix Version/s: 3.5 Pull request #109 merged

[jira] [Commented] (LANG-1169) Add a StringUtils method to compare a string to multiple strings

2015-11-05 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14991295#comment-14991295 ] Loic Guibert commented on LANG-1169: There is another ticket on this subject :

[jira] [Commented] (LANG-704) New methods for StringUtils class: equalsAny and equalsAnyIgnoreCase

2015-11-05 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14991296#comment-14991296 ] Loic Guibert commented on LANG-704: --- There is another ticket on this subject :

[jira] [Created] (LANG-1185) Add remove by regular expression methods in StringUtils

2015-11-05 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1185: -- Summary: Add remove by regular expression methods in StringUtils Key: LANG-1185 URL: https://issues.apache.org/jira/browse/LANG-1185 Project: Commons Lang Issue

[jira] [Commented] (LANG-704) New methods for StringUtils class: equalsAny and equalsAnyIgnoreCase

2015-11-05 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14991520#comment-14991520 ] Loic Guibert commented on LANG-704: --- I think it would be better that : {code}

[jira] [Resolved] (LANG-1185) Add remove by regular expression methods in StringUtils

2015-11-05 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1185. Resolution: Fixed Fix Version/s: 3.5 > Add remove by regular expression methods in

[jira] [Updated] (LANG-1183) Making replacePattern/removePattern methods null safe

2015-11-01 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1183: --- Description: Following the [#LANG-1139|https://issues.apache.org/jira/browse/LANG-1139] ticket, it

[jira] [Created] (LANG-1183) Making replacePattern/removePattern methods null safe

2015-11-01 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1183: -- Summary: Making replacePattern/removePattern methods null safe Key: LANG-1183 URL: https://issues.apache.org/jira/browse/LANG-1183 Project: Commons Lang Issue

[jira] [Resolved] (LANG-1183) Making replacePattern/removePattern methods null safe

2015-11-01 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1183. Resolution: Fixed Fix Version/s: 3.5 > Making replacePattern/removePattern methods null safe

[jira] [Resolved] (LANG-1139) Add replace by regular expression methods in StringUtils

2015-10-26 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1139. Resolution: Fixed Fix Version/s: 3.5 PR #92 has been merged > Add replace by regular

[jira] [Commented] (LANG-1171) Add compare methods in StringUtils

2015-10-23 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971475#comment-14971475 ] Loic Guibert commented on LANG-1171: PR #110 has been merged > Add compare methods in StringUtils >

[jira] [Updated] (LANG-1171) Add compare methods in StringUtils

2015-10-23 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1171: --- Fix Version/s: 3.5 > Add compare methods in StringUtils > -- > >

[jira] [Resolved] (LANG-1171) Add compare methods in StringUtils

2015-10-23 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1171. Resolution: Fixed > Add compare methods in StringUtils > -- > >

[jira] [Updated] (LANG-1171) Add compare methods in StringUtils

2015-10-05 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1171: --- Description: Add null safe methods in {{StringUtils}} to compare 2 Strings : {code:java} public static

[jira] [Created] (LANG-1171) Add compare methods in StringUtils

2015-10-05 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1171: -- Summary: Add compare methods in StringUtils Key: LANG-1171 URL: https://issues.apache.org/jira/browse/LANG-1171 Project: Commons Lang Issue Type: New Feature

[jira] [Created] (LANG-1147) EnumUtils *BitVector issue with more than 32 values Enum

2015-06-12 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1147: -- Summary: EnumUtils *BitVector issue with more than 32 values Enum Key: LANG-1147 URL: https://issues.apache.org/jira/browse/LANG-1147 Project: Commons Lang

[jira] [Updated] (LANG-1147) EnumUtils *BitVector issue with more than 32 values Enum

2015-06-12 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1147: --- Description: In *EnumUtils* all _BitVector_ related methods fail in handling Enums with more than 32

[jira] [Updated] (LANG-1139) Add replace by regular expression methods in StringUtils

2015-05-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1139: --- Description: Add null safe methods in {{StringUtils}} to replace by regular expression : {code:java}

[jira] [Created] (LANG-1139) Add replace by regular expression methods in StringUtils

2015-05-28 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1139: -- Summary: Add replace by regular expression methods in StringUtils Key: LANG-1139 URL: https://issues.apache.org/jira/browse/LANG-1139 Project: Commons Lang

[jira] [Created] (LANG-1124) Add split by length methods in StringUtils

2015-04-30 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1124: -- Summary: Add split by length methods in StringUtils Key: LANG-1124 URL: https://issues.apache.org/jira/browse/LANG-1124 Project: Commons Lang Issue Type: New

[jira] [Updated] (LANG-1124) Add split by length methods in StringUtils

2015-04-30 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1124: --- Description: Add methods to split a String by fixed lengths : {code:java} public static String[]

[jira] [Updated] (LANG-1119) Add rotate(string, int) method to StringUtils

2015-04-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1119: --- Description: Add a method to rotate (circular shift) a String into StringUtils. {code:java} /** *

[jira] [Updated] (LANG-1118) StringUtils.repeat('z', -1) throws NegativeArraySizeException

2015-04-28 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert updated LANG-1118: --- Description: Unlike what is said in JavaDoc comment, when passing a negative repeat value to the

[jira] [Created] (LANG-1119) Add rotate(string, int) method to StringUtils

2015-04-26 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1119: -- Summary: Add rotate(string, int) method to StringUtils Key: LANG-1119 URL: https://issues.apache.org/jira/browse/LANG-1119 Project: Commons Lang Issue Type: New

[jira] [Commented] (LANG-1119) Add rotate(string, int) method to StringUtils

2015-04-26 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14513025#comment-14513025 ] Loic Guibert commented on LANG-1119: The implementation can be found here : GitHub PR

[jira] [Created] (LANG-1118) StringUtils.repeat('z', -1) throws NegativeArraySizeException

2015-04-23 Thread Loic Guibert (JIRA)
Loic Guibert created LANG-1118: -- Summary: StringUtils.repeat('z', -1) throws NegativeArraySizeException Key: LANG-1118 URL: https://issues.apache.org/jira/browse/LANG-1118 Project: Commons Lang