On Wed, 28 Jun 2023 14:12:12 GMT, Chen Liang wrote:
>> This is a cleanup patch that fixes:
>> 1. `ClassfileBuilder` should be sealed but was not; it's now sealed.
>> 2. Various typo fixes, including spelling errors, wrong descriptions, and
>> unnecessary full qualifications for classes in the sa
On Wed, 28 Jun 2023 08:56:28 GMT, Adam Sotona wrote:
>> Chen Liang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix classfile test typos detected by IDE, fix tests
>
> src/java.base/share/classes/jdk/internal/classfile/impl/ClassPrint
> This is a cleanup patch that fixes:
> 1. `ClassfileBuilder` should be sealed but was not; it's now sealed.
> 2. Various typo fixes, including spelling errors, wrong descriptions, and
> unnecessary full qualifications for classes in the same package.
>
> Requesting a review from @asotona. There'
On Wed, 28 Jun 2023 06:09:08 GMT, Chen Liang wrote:
> This is a cleanup patch that fixes:
> 1. `ClassfileBuilder` should be sealed but was not; it's now sealed.
> 2. Various typo fixes, including spelling errors, wrong descriptions, and
> unnecessary full qualifications for classes in the same p
This is a cleanup patch that fixes:
1. `ClassfileBuilder` should be sealed but was not; it's now sealed.
2. Various typo fixes, including spelling errors, wrong descriptions, and
unnecessary full qualifications for classes in the same package.
Requesting a review from @asotona. There's a few othe