Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently AtlasType.resolveReferences() method is marked as public. Implementations in sub-types likely to update the state of the type object; hence this method is only called during initialization/updates to type-registry. To prevent potential misuse of this method, which can result in errors, resolveReference() method should be made package-private.