-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
P3
-
None
-
Affects Version/s: 8
-
Component/s: core-libs
A DESCRIPTION OF THE PROBLEM :
Java8Interface Java8Interface=
()->{System.out.println("interface default method"); return "sdfsdf";
};
abstract String getName() ;
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Interface allowing implementation as well. Using lambda
---------- BEGIN SOURCE ----------
Java8Interface Java8Interface=
()->{System.out.println("interface default method"); return "sdfsdf";
};
abstract String getName() ;
---------- END SOURCE ----------
FREQUENCY : always
Java8Interface Java8Interface=
()->{System.out.println("interface default method"); return "sdfsdf";
};
abstract String getName() ;
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Interface allowing implementation as well. Using lambda
---------- BEGIN SOURCE ----------
Java8Interface Java8Interface=
()->{System.out.println("interface default method"); return "sdfsdf";
};
abstract String getName() ;
---------- END SOURCE ----------
FREQUENCY : always