XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0
    • utilities
    • None

    Description

      PojoUtils.fieldListToGetExpression() has a bug in this statement within the loop:
      sb.append(sb).append(getSingleFieldExpression(clazz, field)).append(JAVA_DOT);
      The ".append(sb)" is superfluous and actually causes the wrong string to be generated.

      Attachments

        Activity

          People

            vrozov Vlad Rozov
            dtram Munagala V. Ramanath
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: