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

Jim Laskey jlaskey at openjdk.org
Thu Nov 17 13:16:58 UTC 2022


On Tue, 15 Nov 2022 19:40:35 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Wrong line separator
>
> src/java.base/share/classes/java/util/FormatProcessor.java line 102:
> 
>> 100:      *          specifier that is incompatible with the given arguments,
>> 101:      *          insufficient arguments given the format string, or other
>> 102:      *          illegal conditions.  For specification of all possible
> 
> This fragment "For specification of all possible formatting errors."
> seems to be incomplete or unnecessary.

Changing.

> src/java.base/share/classes/java/util/FormatProcessor.java line 154:
> 
>> 152: 
>> 153:     /**
>> 154:      * Convert a {@link StringTemplate} fragments, containing format specifications,
> 
> Extraneous "a".

Changing.

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

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


More information about the compiler-dev mailing list