[ http://issues.apache.org/jira/browse/LANG-265?page=all ]
Henri Yandell resolved LANG-265:
--------------------------------
Fix Version: Nightly Builds
Resolution: Fixed
Looks like this has been applied/fixed separately. Thanks Stepan.
r418568 | scolebourne | 2006-07-02 03:46:52 -0700 (Sun, 02 Jul 2006) | 1 line
Changed paths:
M
/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java
M
/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java
> [patch] Cannot build tests from latest SVN
> ------------------------------------------
>
> Key: LANG-265
> URL: http://issues.apache.org/jira/browse/LANG-265
> Project: Commons Lang
> Type: Bug
> Reporter: Stepan Koltsov
> Priority: Trivial
> Fix For: Nightly Builds
> Attachments: commons-lang-ambiguous-reference-stepancheg.diff
>
> Invoking ant test results in error message:
> ===
> [javac]
> /Users/yozh/devel/left/commons-lang/src/test/org/apache/commons/lang/builder/EqualsBuilderTest.java:969:
> reference to reflectionEquals is ambiguous, both method
> reflectionEquals(java.lang.Object,java.lang.Object,java.util.Collection) in
> org.apache.commons.lang.builder.EqualsBuilder and method
> reflectionEquals(java.lang.Object,java.lang.Object,java.lang.String[]) in
> org.apache.commons.lang.builder.EqualsBuilder match
> [javac] assertTrue(!EqualsBuilder.reflectionEquals(x1, x2, null));
> [javac] ^
> [javac]
> /Users/yozh/devel/left/commons-lang/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java:445:
> reference to reflectionHashCode is ambiguous, both method
> reflectionHashCode(java.lang.Object,java.util.Collection) in
> org.apache.commons.lang.builder.HashCodeBuilder and method
> reflectionHashCode(java.lang.Object,java.lang.String[]) in
> org.apache.commons.lang.builder.HashCodeBuilder match
> [javac] assertEquals((((17 * 37 + 1) * 37 + 2) * 37 + 3),
> HashCodeBuilder.reflectionHashCode(x, null));
> ===
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]