codegen-java: Don't generate equals/hashCode/toString/with/Serializable for abstract classes #220

Closed
opened 2025-12-30 01:22:26 +01:00 by adam · 1 comment
Owner

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.

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.
adam closed this issue 2025-12-30 01:22:26 +01:00
Author
Owner

@bioball commented on GitHub (Oct 18, 2024):

If they are not called by generated subclasses, we can probably just remove them from codegen.

@bioball commented on GitHub (Oct 18, 2024): If they are not called by generated subclasses, we can probably just remove them from codegen.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#220