[ 
https://issues.apache.org/jira/browse/LANG-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Radkiewicz updated LANG-635:
-----------------------------------

    Description: 
The parameter "compareTransients" is ignored and false is always used, as a 
short look in the code shows:

{quote}
    return reflectionCompare(lhs, rhs, false, reflectUpToClass, null);
{quote}

  was:
The parameter "compareTransients" is ignored and false is always used, as a 
short look in the code shows:

{quote}
public static int reflectionCompare(Object lhs, Object rhs, boolean 
compareTransients, 
                                        Class reflectUpToClass) 
{
    return reflectionCompare(lhs, rhs, false, reflectUpToClass, null);
}
{quote}


> CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean 
> compareTransients, Class reflectUpToClass) ignores third parameter
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LANG-635
>                 URL: https://issues.apache.org/jira/browse/LANG-635
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.builder.*
>    Affects Versions: 2.5
>            Reporter: Robert Radkiewicz
>            Priority: Minor
>
> The parameter "compareTransients" is ignored and false is always used, as a 
> short look in the code shows:
> {quote}
>     return reflectionCompare(lhs, rhs, false, reflectUpToClass, null);
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to