On Wed, 1 Jun 2022 14:46:31 GMT, Hannes Wallnöfer wrote:
> The original purpose of this issue was to fix the problems of elements on the
> deprecated API list that can't be deselected because their release is not
> included in the list of checkboxes at the top of the page. This is fixed here
>
> This is a refinement of CSS styles mostly in the deprecated and new API pages.
>
> - Provide a two-row table view for the new sortable three-column tables
> - Make sure no line wraps are inserted between a checkbox and its label
> - Slightly increase the line height of the check box row to ma
On Wed, 1 Jun 2022 16:16:33 GMT, Hannes Wallnöfer wrote:
> This is a refinement of CSS styles mostly in the deprecated and new API pages.
>
> - Provide a two-row table view for the new sortable three-column tables
> - Make sure no line wraps are inserted between a checkbox and its label
> - S
Adds handling of `ElementKind.RECORD` to JShell's code completion.
-
Commit messages:
- 8286206: Missing cases for RECORD
Changes: https://git.openjdk.java.net/jdk/pull/9042/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9042&range=00
Issue: https://bugs.openjdk.java
On Mon, 6 Jun 2022 14:40:01 GMT, Jan Lahoda wrote:
> Adds handling of `ElementKind.RECORD` to JShell's code completion.
I can't easily verify whether you have found all the necessary places to
update, but I do understand/approve what I see here.
On switch statements, like at JavadocHelper:701,
On Mon, 6 Jun 2022 14:40:01 GMT, Jan Lahoda wrote:
> Adds handling of `ElementKind.RECORD` to JShell's code completion.
looks sensible to me
-
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/9042
On Sun, 5 Jun 2022 20:55:12 GMT, Pavel Rappo wrote:
>> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only
>> copies one instance of the specified exception.
>
> Pavel Rappo has updated the pull request with a new target base due to a
> merge or a rebase. The pull request
On Sun, 5 Jun 2022 20:55:12 GMT, Pavel Rappo wrote:
>> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only
>> copies one instance of the specified exception.
>
> Pavel Rappo has updated the pull request with a new target base due to a
> merge or a rebase. The pull request
On Sun, 5 Jun 2022 20:55:12 GMT, Pavel Rappo wrote:
>> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only
>> copies one instance of the specified exception.
>
> Pavel Rappo has updated the pull request with a new target base due to a
> merge or a rebase. The pull request
On Fri, 3 Jun 2022 14:47:13 GMT, Pavel Rappo wrote:
>> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only
>> copies one instance of the specified exception.
>
> Pavel Rappo has updated the pull request incrementally with three additional
> commits since the last revision
On Mon, 6 Jun 2022 20:22:34 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 33 commits:
>>
>> - Merge branch 'master' into 8287333
>>
>>This resolves a conflict in ParamTaglet.
On Mon, 6 Jun 2022 20:24:08 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 33 commits:
>>
>> - Merge branch 'master' into 8287333
>>
>>This resolves a conflict in ParamTaglet.
On Mon, 6 Jun 2022 20:27:07 GMT, Jonathan Gibbons wrote:
> It does more than just warn ...
What else beyond converting `ParamTree`s to `Content` and warning authors about
unexpected `ParamTree` does it do?
Separately. Could it be that you haven't seen further commits? GitHub does not
seem to
On Mon, 6 Jun 2022 20:39:10 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 33 commits:
>>
>> - Merge branch 'master' into 8287333
>>
>>This resolves a conflict in ParamTaglet.
On Mon, 6 Jun 2022 20:50:05 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 33 commits:
>>
>> - Merge branch 'master' into 8287333
>>
>>This resolves a conflict in ParamTaglet.
On Mon, 6 Jun 2022 21:27:25 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request incrementally with three additional
>> commits since the last revision:
>>
>> - Remove upper-bounded wildcard
>>
>>This change simplifies code without any disadvantages:
>>
>>
On Mon, 6 Jun 2022 20:43:11 GMT, Jonathan Gibbons wrote:
>> Pavel Rappo has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 33 commits:
>>
>> - Merge branch 'master' into 8287333
>>
>>This resolves a conflict in ParamTaglet.
On Tue, 7 Jun 2022 01:10:24 GMT, Pavel Rappo wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ThrowsTaglet.java
>> line 206:
>>
>>> 204: // Of these two, only methods inherit documentation.
>>> 205: // Don't waste time on constructors.
> This is a refinement of CSS styles mostly in the deprecated and new API pages.
>
> - Provide a two-row table view for the new sortable three-column tables
> - Make sure no line wraps are inserted between a checkbox and its label
> - Slightly increase the line height of the check box row to ma
On Tue, 7 Jun 2022 00:26:13 GMT, Pavel Rappo wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ThrowsTaglet.java
>> line 237:
>>
>>> 235: Utils utils = writer.configuration().utils;
>>> 236: Content result = writer.getOutputInstance();
>>> 237:
On Tue, 7 Jun 2022 00:35:56 GMT, Pavel Rappo wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java
>> line 92:
>>
>>> 90: ? utils.getTypeParamTrees(ee)
>>> 91: : utils.getParamTrees(ee);
>>> 92: List paramet
On Mon, 6 Jun 2022 23:31:19 GMT, Pavel Rappo wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java
>> line 70:
>>
>>> 68: */
>>> 69: private static Map mapNameToPosition(Utils utils,
>>> List params) {
>>> 70: Map result = new Ha
On Mon, 6 Jun 2022 23:46:05 GMT, Pavel Rappo wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/ParamTaglet.java
>> line 209:
>>
>>> 207: List
>>> formalParameters,
>>> 208: TagletWriter
On Sun, 5 Jun 2022 20:55:12 GMT, Pavel Rappo wrote:
>> A cleanup to facilitate fixing bugs like JDK-6509045: `{@inheritDoc}` only
>> copies one instance of the specified exception.
>
> Pavel Rappo has updated the pull request with a new target base due to a
> merge or a rebase. The pull request
> This is a refinement of CSS styles mostly in the deprecated and new API pages.
>
> - Provide a two-row table view for the new sortable three-column tables
> - Make sure no line wraps are inserted between a checkbox and its label
> - Slightly increase the line height of the check box row to ma
On Tue, 7 Jun 2022 06:21:59 GMT, Hannes Wallnöfer wrote:
>> This is a refinement of CSS styles mostly in the deprecated and new API
>> pages.
>>
>> - Provide a two-row table view for the new sortable three-column tables
>> - Make sure no line wraps are inserted between a checkbox and its labe
On Wed, 1 Jun 2022 16:16:33 GMT, Hannes Wallnöfer wrote:
> This is a refinement of CSS styles mostly in the deprecated and new API pages.
>
> - Provide a two-row table view for the new sortable three-column tables
> - Make sure no line wraps are inserted between a checkbox and its label
> - S
27 matches
Mail list logo