Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-pmc] Request to backport bug 490988 - [compiler] Able to compile Interface.super construct in 1.7 project while using classes defined in 1.8 project

+1

Dani



From:        "Sasikanth B Ammanamanchi" <sasikanth.bharadwaj@xxxxxxxxxx>
To:        eclipse-pmc@xxxxxxxxxxx
Date:        18.08.2016 11:12
Subject:        [eclipse-pmc] Request to backport bug 490988 - [compiler] Able to compile Interface.super construct in 1.7 project while using classes defined in 1.8 project
Sent by:        eclipse-pmc-bounces@xxxxxxxxxxx




Hi all
 
The fix for bug 490988 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=490988) contains API additions in the form of two constants
 
org.eclipse.jdt.core.compiler.IProblem.InterfaceSuperInvocationNotBelow18
org.eclipse.jdt.core.compiler.IProblem.InterfaceStaticMethodInvocationNotBelow18
 
to report constructs that are invalid at source level < 1.8.
 
Since allowing these 1.8 constructs at a lower source level is dangerous and would result in runtime errors that would surprise users, this bug is scheduled for backporting to 4.6.1. I request PMC approval for the same.
Gerrit change on 4.6.1 stream can be found here https://git.eclipse.org/r/78925
 
Thanks and Regards
Sasikanth
_______________________________________________
eclipse-pmc mailing list
eclipse-pmc@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-pmc


Back to the top