Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-3577

AtlasEntity.isProxy property has improper getter/setter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • atlas-intg
    • None

    Description

      AtlasEntity.isProxy property has improper getter/setter method names: isProxy() / setIsProxy()
      Due to this, the field cannot go through JSON serialization/deserialization (serialized as "proxy" => deserializer is looking for "setProxy").

      The methods should be isProxy() / setProxy or getIsProxy() / setIsProxy().

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              turcsanyip Peter Turcsanyi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: