RFR: JDK-8175386: Clarify exception behavior of Types utility methods [v2]

Joe Darcy darcy at openjdk.org
Wed Jan 24 01:03:39 UTC 2024


On Wed, 24 Jan 2024 00:11:32 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix typo found in code review.
>
> src/java.compiler/share/classes/javax/lang/model/util/Types.java line 252:
> 
>> 250:      * @param componentType  the component type
>> 251:      * @throws IllegalArgumentException if the component type is not valid for
>> 252:      *          an array, including executable, package, module, executable, and wildcard types
> 
> duplicate `executable`

Fixed; thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17523#discussion_r1464173043


More information about the compiler-dev mailing list