-
Bug
-
Resolution: Incomplete
-
P3
-
None
-
8
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