Re: RFR: 8339115: Rename TypeKind enum constants to follow code style

2024-08-27 Thread Jonathan Gibbons
On Tue, 27 Aug 2024 22:15:17 GMT, Chen Liang wrote: > `TypeKind` enum constants are named in wrong code style; correct them before > finalization. > > Also improved `TypeKind` specification to talk about not mentioned > `returnType`, `void`, and subword types being erased to int (and how). See

RFR: 8339115: Rename TypeKind enum constants to follow code style

2024-08-27 Thread Chen Liang
`TypeKind` enum constants are named in wrong code style; correct them before finalization. Also improved `TypeKind` specification to talk about not mentioned `returnType`, `void`, and subword types being erased to int (and how). See the associated CSR too. - Commit messages: - 83

Re: RFR: 8322036: Improve help output from the javadoc tool [v4]

2024-08-27 Thread Pavel Rappo
On Mon, 26 Aug 2024 12:01:42 GMT, Nizar Benalla wrote: >> Could I please get a review for this small clenup? I updated the `--help` >> command output to match that of `man javadoc`. >> >> I also noticed that `--help-extended` was renamed to `--help-extra` at some >> point but doc-comment was