hg: jdk/sandbox: 8223443: Calling Trees.getScope early changes names of local/anonymous classes
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Tue Jul 9 07:30:17 UTC 2019
Changeset: 0b470386f5f7
Author: jlahoda
Date: 2019-07-09 09:20 +0200
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/0b470386f5f7
8223443: Calling Trees.getScope early changes names of local/anonymous classes
Summary: Ensure Trees.getScope does not affect the rest of the compilation.
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTrees.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java
+ test/langtools/tools/javac/api/TestGetScopeBinaryNames.java
+ test/langtools/tools/javac/api/TestGetScopeErrors.java
More information about the jdk-sandbox-changes
mailing list