You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core concept of gooddata-java - mutable dtos is effectively preventing such objects to have valid equals method. It's a question how this issue should be resolved:
❓ make the DTOs immutable and provide copy constrcutors/builders
❓ stay on the current state - the equals is only implemented on objects which has sensible immutable id
❓ something else
The text was updated successfully, but these errors were encountered:
The core concept of gooddata-java - mutable dtos is effectively preventing such objects to have valid
equals
method. It's a question how this issue should be resolved:❓ make the DTOs immutable and provide copy constrcutors/builders
❓ stay on the current state - the equals is only implemented on objects which has sensible immutable id
❓ something else
The text was updated successfully, but these errors were encountered: