Re: RFR: 8311020: Typo cleanup in Classfile API [v2]

2023-06-28 Thread Adam Sotona
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

Re: RFR: 8311020: Typo cleanup in Classfile API [v2]

2023-06-28 Thread Chen Liang
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

Re: RFR: 8311020: Typo cleanup in Classfile API [v2]

2023-06-28 Thread Chen Liang
> 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'