mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
codegen-java: Don't generate equals/hashCode/toString/with/Serializable for abstract classes #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @odenix on GitHub (Oct 18, 2024).
Is there a good reason for generating these methods? As far as I can tell, they are never called from generated subclasses.
@bioball commented on GitHub (Oct 18, 2024):
If they are not called by generated subclasses, we can probably just remove them from codegen.