Peter Turcsanyi created ATLAS-3577:
--------------------------------------

             Summary: AtlasEntity.isProxy property has improper getter/setter
                 Key: ATLAS-3577
                 URL: https://issues.apache.org/jira/browse/ATLAS-3577
             Project: Atlas
          Issue Type: Bug
          Components: atlas-intg
            Reporter: Peter Turcsanyi


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()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to