-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0
-
Labels:None
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.
- is related to
-
POLYGENE-253 Default interface methods support broken on JDK 9b139
-
- Closed
-