Skip to content

Conversation

@jpobst
Copy link
Contributor

@jpobst jpobst commented Aug 7, 2019

Taken from #1939.

Today when we are compiling a class deriving from Java.Lang.Object that implements an interface and we see a method that exists on the interface that isn't implemented on the class we inject an override method that throws an AbstractMethodError exception.

With Default Interface Members, we need to ignore members that are implemented on the interface and not generate an override. This is done by restricting our generation to abstract methods.

Original context here: f96fcf9

@jonpryor jonpryor merged commit 0c4c033 into master Aug 8, 2019
@jpobst jpobst deleted the dont-tune-dim branch August 8, 2019 19:11
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants