Uploaded image for project: 'Nuxeo Java Client'
  1. Nuxeo Java Client
  2. JAVACLIENT-121

Cleanup duplicate getter setter in Document

    XMLWordPrintable

    Details

    • Type: Clean up
    • Status: Resolved
    • Priority: Detail
    • Resolution: Fixed
    • Affects Version/s: 2.3
    • Fix Version/s: 3.0.0
    • Component/s: API

      Description

      In the class org.nuxeo.client.api.objects.Document, two pairs of getter / setter methods are duplicate:

      • First pair
        • getPropertyValue(String)
        • setPropertyValue(String, Object)
      • Second pair
        • get(String)
        • set(String, Object)

      These pairs have identical logic inside the method. However, the decision of cleanup should take account of the origin of theses methods and why we should or should not keep them.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: