Skip to content

Conversation

@stapel
Copy link
Owner

@stapel stapel commented Jan 27, 2019

Bridge-methods are generated by the compiler. In case of aaberg#314, getter and setter are created because the class inherited from a parametr. class and the getter/setter work on Object (as in the parent-class, after type erasure). That's why they need to be excluded from the list of methods to choose getters and setters from.

Bridge-methods are generated by the compiler. In case of aaberg#314, getter and setter are created because the class inherited from a parametr. class and the getter/setter work on Object (as in the parent-class, after type erasure). That's why they need to be excluded from the list of methods to choose getters and setters from.
@stapel stapel merged commit 5f20671 into master Jan 27, 2019
@stapel stapel deleted the stapel-patch-1 branch January 27, 2019 20:44
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