Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
The following composite declaration:
public interface DefaultMethods { default String sayHello( String name ) { return "Hello, " + name + '!'; } }
fails at assembly with:
Composition Problems Report: message: No implementation found for method method: String sayHello(String name)
See InterfaceDefaultMethodsTest in core/runtime
Also see POLYGENE-120 for some preliminary investigation.
Attachments
Issue Links
- is related to
-
POLYGENE-253 Default interface methods support broken on JDK 9b139
- Closed