hg: jdk9/dev/langtools: 8035259: javac, incorrect shadowing of classes vs type parameters

eric.mccorkle at oracle.com eric.mccorkle at oracle.com
Wed Nov 5 16:22:20 UTC 2014


Changeset: 84ccbbd216b3
Author:    emc
Date:      2014-11-05 08:37 -0500
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/84ccbbd216b3

8035259: javac, incorrect shadowing of classes vs type parameters
Summary: Cause javac to look at type variables first when resolving names in an extends/implements list
Reviewed-by: mcimadamore, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/TypeVarShadow.java



More information about the jdk9-dev-changes mailing list