Re: RFR: JDK-8258602: JavaDoc field summary does not indicate final modifier [v2]

2021-04-27 Thread Hannes Wallnöfer
On Tue, 27 Apr 2021 13:05:54 GMT, Daniel Fuchs wrote: > Hi Hannes, out of curiosity - for a final class, will all members (or none) > appear final in the generated documentation? Or will it depend on whether a > redundant `final` keyword appears in the code or not? From your code changes, > I

Re: RFR: JDK-8258602: JavaDoc field summary does not indicate final modifier [v2]

2021-04-27 Thread Daniel Fuchs
On Tue, 27 Apr 2021 10:29:05 GMT, Hannes Wallnöfer wrote: >> I found that adding the `final` modifier does not add too much visual noise >> to the documentation. I didn't find any occurrence where there were more >> than two modifiers on a member summary (usually either `static final` or >> `p

Re: RFR: JDK-8258602: JavaDoc field summary does not indicate final modifier [v2]

2021-04-27 Thread Hannes Wallnöfer
> I found that adding the `final` modifier does not add too much visual noise > to the documentation. I didn't find any occurrence where there were more than > two modifiers on a member summary (usually either `static final` or > `protected final`). > > On the other hand, I do think the `final

RFR: JDK-8258602: JavaDoc field summary does not indicate final modifier

2021-04-27 Thread Hannes Wallnöfer
I found that adding the `final` modifier does not add too much visual noise to the documentation. I didn't find any occurrence where there were more than two modifiers on a member summary (usually either `static final` or `protected final`). On the other hand, I do think the `final` modifier a