RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]

Jim Laskey jlaskey at openjdk.org
Wed Nov 16 20:20:04 UTC 2022


On Wed, 16 Nov 2022 20:12:11 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java line 1716:
>> 
>>> 1714:                     t = stringTemplate(t);
>>> 1715:                     typeArgs = null;
>>> 1716:                     // Uncomment to not allow follow on DOT
>> 
>> What is the reason for this comment? Seems like it should be removed?
>
> Not sure. Note to future self that if we allow relaxed use of processors, this is where to make change. Open to alternate methodology.

Will drop for now.

-------------

PR: https://git.openjdk.org/jdk/pull/10889


More information about the compiler-dev mailing list