Java 7 -> Java8 code breakage scenarios

Srikanth S Adayapalam srikanth_sankaran at in.ibm.com
Wed Feb 27 09:41:41 PST 2013


Is there a list of scenarios documented somewhere that enumerates the
situations under which a valid Java 7 program will either (a) cease to
be a valid Java 8 program (b) or will exhibit a different behavior ?

Looks like default methods clash can cause (a) and the (unlikely) usage
of diamond inference usage in method arguments can cause (b).

I would be curious to see what other cases exist.

TIA,
Srikanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-spec-experts/attachments/20130227/81562400/attachment.html 


More information about the lambda-spec-experts mailing list