Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-214

ExtendedProperties - field include should be non-static and private

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2
    • None
    • None
    • None

    Description

      The field "include" in ExtendedProperties is currently static and protected, yet has instance get/set accessors.

      Given that there are accessors, it seems unnecessary for the field to be protected - it could be private.

      The field should also surely be non-static - or the accessors should be made static, if the field really is supposed to be shared among instances.

      Attachments

        Issue Links

          Activity

            People

              scolebourne Stephen Colebourne
              sebb Sebb
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: