hg: jdk9/dev/langtools: 8036142: Remove redundant call to annotateTypeLater with null Symbol

eric.mccorkle at oracle.com eric.mccorkle at oracle.com
Mon Mar 3 13:18:22 PST 2014


Changeset: c96d2c7acfe6
Author:    emc
Date:      2014-03-03 16:17 -0500
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/c96d2c7acfe6

8036142: Remove redundant call to annotateTypeLater with null Symbol
Summary: annotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Annotate.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java



More information about the jdk9-dev-changes mailing list