RFR: 8332895: Support interpolation for backgrounds and borders [v30]

Michael Strauß mstrauss at openjdk.org
Thu Sep 5 18:45:03 UTC 2024


On Thu, 5 Sep 2024 15:38:20 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   changes per review
>
> modules/javafx.graphics/src/main/java/javafx/scene/layout/Border.java line 418:
> 
>> 416:      * {@inheritDoc}
>> 417:      *
>> 418:      * @throws NullPointerException {@inheritDoc}
> 
> @kevinrushforth : is there a bug in javadoc that requires @throws repeated here?  without it, the base class @throws is not shown.

This seems to be intentional:
https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html#inheritingcomments

_When a `@throws` tag for a particular exception is missing, the `@throws` tag is copied only if that exception is declared._

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1746004046


More information about the openjfx-dev mailing list