RFR: 8266666: Implementation for snippets [v23]

Pavel Rappo prappo at openjdk.java.net
Wed Sep 15 11:49:52 UTC 2021


On Mon, 13 Sep 2021 17:42:20 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Pavel Rappo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove trailing whitespace to satisfy jcheck
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/DocCommentParser.java line 1077:
> 
>> 1075:         return ch == ' ' || ch == '\t' /* || ch == '\f'*/;
>> 1076:     }
>> 1077: 
> 
> It would be good to resolve this issue sooner rather than later, but not right now.
> I suggest we file a JBS issue to make a determination and update the doc comment world accordingly. Yes, it will be a minor change for DocCommentParser. The JBS issue will provide a good place to record the decision and its rationale.

I have filed a bug and assigned it to you for the time being: https://bugs.openjdk.java.net/browse/JDK-8273809

-------------

PR: https://git.openjdk.java.net/jdk/pull/4795


More information about the compiler-dev mailing list