[jira] Commented: (LANG-589) StringUtils: indexOf(, String) and indexOf(, char) have different behaviour

2010-02-07 Thread Valentin Rocher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830691#action_12830691 ] Valentin Rocher commented on LANG-589: -- In the javadoc, the only example with as first

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830713#action_12830713 ] Sebb commented on LANG-588: --- Why do you need readObject()? Surely the hashCode could just be

[jira] Commented: (MATH-246) Simplex Method Implementation

2010-02-07 Thread Jurgen Tas (JIRA)
[ https://issues.apache.org/jira/browse/MATH-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830716#action_12830716 ] Jurgen Tas commented on MATH-246: - Benjamin thank you for your reaction. However, I am not

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-07 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830723#action_12830723 ] Matt Benson commented on LANG-588: -- My concern regarding the hashCode, Seb, is that a

[jira] Commented: (LANG-582) Provide an implementation of the ThreadFactory interface

2010-02-07 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/LANG-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830726#action_12830726 ] Oliver Heger commented on LANG-582: --- BasicThreadFactory is fine with me. Provide an

[jira] Commented: (CONFIGURATION-407) HierarchicalINIConfiguration.getSection() is not thread-safe if the global section is requested

2010-02-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830775#action_12830775 ] Sebb commented on CONFIGURATION-407: Thread-safety means more than just

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

2010-02-07 Thread Benson Margulies (JIRA)
A more complex Levenshtein distance would be useful --- Key: LANG-591 URL: https://issues.apache.org/jira/browse/LANG-591 Project: Commons Lang Issue Type: New Feature Components:

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

2010-02-07 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LANG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies updated LANG-591: -- Attachment: LANG-591.diff Patch. A more complex Levenshtein distance would be useful

[jira] Created: (DAEMON-132) Prunmgr shows wrong default logging level.

2010-02-07 Thread Mark Thomas (JIRA)
Prunmgr shows wrong default logging level. -- Key: DAEMON-132 URL: https://issues.apache.org/jira/browse/DAEMON-132 Project: Commons Daemon Issue Type: Bug Affects Versions: 1.0.1

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

2010-02-07 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LANG-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830824#action_12830824 ] Benson Margulies commented on LANG-591: --- Fair enough. How abouts I refine it outside