RFR: JDK-8286101: Support formatting in @value tag [v2]

Jonathan Gibbons jjg at openjdk.java.net
Tue May 17 22:11:44 UTC 2022


On Mon, 16 May 2022 09:57:14 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address review feedback
>
> src/jdk.compiler/share/classes/com/sun/source/doctree/ValueTree.java line 55:
> 
>> 53:     default TextTree getFormat() {
>> 54:         throw new UnsupportedOperationException();
>> 55:     }
> 
> Return `null` and specify this behavior in the `@implSpec` section.

done

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

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


More information about the compiler-dev mailing list