Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove parameterization so subclasses can use an initializer #3515

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

thoniTUB
Copy link
Collaborator

@thoniTUB thoniTUB commented Aug 7, 2024

Before subclassing e.g. TreeConcept did not work because java did not allow SubTreeConcept implement Initializing<SubTreeConcept>

Without a distinct Initializing.Convert for SubTreeConcept it would be parsed as a TreeConcept and none of its Method overrides would be called.

@thoniTUB thoniTUB requested a review from awildturtok August 7, 2024 09:32
@thoniTUB thoniTUB merged commit 9f9da4f into develop Aug 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants