[jira] [Resolved] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell resolved LANG-727. Resolution: Fixed I've applied the code change I proposed. svn ci -m Rearranging the

[jira] [Resolved] (LANG-626) object cloning with SerializationUtils has classloader problems with no workaround

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell resolved LANG-626. Resolution: Fixed Thanks Sven :) svn ci -m Applying Sven Ludwig's patch from LANG-626. This

[jira] [Updated] (LANG-686) StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa}); throw an exception

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-686: --- Fix Version/s: 3.0.2 StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa});

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

2011-08-02 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: --- Fix Version/s: (was: 3.0.1) 3.0.2 StringUtils.lastIndexOfAnyBut() function

[jira] [Updated] (LANG-686) StringUtils.replaceEachRepeatedly(aaa, new String[]{aa}, new String[]{aXa}); throw an exception

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-686: --- Fix Version/s: (was: 3.0.1) Moving to 3.0.2. Note that the error message was improved and javadoc

[jira] [Reopened] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joerg Schaible reopened LANG-727: - Sorry to say, but it will still fail. See the error message. On IBM JDK there is no elementData

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13076194#comment-13076194 ] Gilles commented on MATH-621: - Dietmar, I think I've come across a bug in function rescue. At

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13076222#comment-13076222 ] Dr. Dietmar Wolz commented on MATH-621: --- Hi Gilles, bug is confirmed - and it is also

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13076251#comment-13076251 ] Dr. Dietmar Wolz commented on MATH-621: --- The new version was not mentioned earlier

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13076292#comment-13076292 ] Phil Steitz commented on MATH-621: -- Dietmar, Thanks for working on this. Here are answers

[jira] [Created] (LANG-734) The CHAR_ARRAY cache in CharUtils duplicates the cache in java.lang.Character

2011-08-02 Thread Gary D. Gregory (JIRA)
The CHAR_ARRAY cache in CharUtils duplicates the cache in java.lang.Character - Key: LANG-734 URL: https://issues.apache.org/jira/browse/LANG-734 Project: Commons Lang

[jira] [Resolved] (LANG-734) The CHAR_ARRAY cache in CharUtils duplicates the cache in java.lang.Character

2011-08-02 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-734. -- Resolution: Fixed In trunk. The CHAR_ARRAY cache in CharUtils duplicates the cache in

[jira] [Resolved] (LANG-735) Deprecate CharUtils.toCharacterObject(char) in favor of java.lang.Character.valueOf(char)

2011-08-02 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-735. -- Resolution: Fixed In trunk. Deprecate CharUtils.toCharacterObject(char) in favor of

[jira] [Created] (LANG-736) CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY

2011-08-02 Thread Gary D. Gregory (JIRA)
CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY --- Key: LANG-736 URL: https://issues.apache.org/jira/browse/LANG-736 Project:

[jira] [Updated] (LANG-736) CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY

2011-08-02 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-736: - Attachment: lang-736.diff CharUtils static final array CHAR_STRING is not needed to compute

[jira] [Updated] (LANG-736) CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY

2011-08-02 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-736: - Description: CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY.

[jira] [Updated] (MATH-640) AbstractRandomGenerator nextInt() and nextLong() default implementations generate only positive values

2011-08-02 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated MATH-640: - Affects Version/s: 1.1 1.2 2.0 2.1

[jira] [Created] (MATH-640) AbstractRandomGenerator nextInt() and nextLong() default implementations generate only positive values

2011-08-02 Thread Phil Steitz (JIRA)
AbstractRandomGenerator nextInt() and nextLong() default implementations generate only positive values -- Key: MATH-640 URL:

[jira] [Created] (MATH-641) Implement distance methods on 2D and 3D Lines as well as Line Segments.

2011-08-02 Thread Curtis Jensen (JIRA)
Implement distance methods on 2D and 3D Lines as well as Line Segments. --- Key: MATH-641 URL: https://issues.apache.org/jira/browse/MATH-641 Project: Commons Math Issue

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078395#comment-13078395 ] Dr. Dietmar Wolz commented on MATH-621: --- The code is now fully documented - even the

[jira] [Resolved] (CONFIGURATION-458) SubnodeConfiguration.clear() does not work correctly

2011-08-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-458. Resolution: Fixed Fix Version/s: 1.7 A fix was applied in revision

[jira] [Created] (LANG-737) Missing method getRawMessage for ContextedException and ContextedRuntimeException

2011-08-02 Thread Joerg Schaible (JIRA)
Missing method getRawMessage for ContextedException and ContextedRuntimeException - Key: LANG-737 URL: https://issues.apache.org/jira/browse/LANG-737 Project: Commons

[jira] [Resolved] (LANG-737) Missing method getRawMessage for ContextedException and ContextedRuntimeException

2011-08-02 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joerg Schaible resolved LANG-737. - Resolution: Fixed Committed revision 1153271. Missing method getRawMessage for

[jira] [Commented] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078436#comment-13078436 ] Joerg Schaible commented on LANG-727: - Actually I am not sure what the test shall

[jira] [Commented] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078443#comment-13078443 ] Matt Benson commented on LANG-727: -- I maintain that this test just verifies expectations of

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078485#comment-13078485 ] Gilles commented on MATH-621: - I certainly also would like the code to be *in* CM. If just for

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-02 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078499#comment-13078499 ] Gilles commented on MATH-621: - Another problem: The conditionals, at line 567 and at line 570,

[jira] [Resolved] (MATH-640) AbstractRandomGenerator nextInt() and nextLong() default implementations generate only positive values

2011-08-02 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved MATH-640. -- Resolution: Fixed Fixed in r1153338 AbstractRandomGenerator nextInt() and nextLong() default

[jira] [Commented] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078586#comment-13078586 ] Henri Yandell commented on LANG-727: 1) Doh :) I'll revert the commit. 2) Happy with

[jira] [Commented] (LANG-727) ToStringBuilderTest.testReflectionHierarchyArrayList fails with IBM JDK 6

2011-08-02 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13078587#comment-13078587 ] Henri Yandell commented on LANG-727: svn ci -m Rolling back r1153037 and r1153038 - the