Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-635

CompareToBuilder.reflectionCompare(Object lhs, Object rhs, boolean compareTransients, Class reflectUpToClass) ignores third parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.5
    • 3.0
    • lang.builder.*
    • None

    Description

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

      return reflectionCompare(lhs, rhs, false, reflectUpToClass, null);

      Attachments

        Activity

          People

            Unassigned Unassigned
            radkiewicz Robert Kindermann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: