On Wed, 13 May 2020 00:38:03 GMT, Nir Lisker <[email protected]> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/scenario/animation/shared/MultiLoopClipEnvelope.java
>> line 48:
>>
>>> 47:
>>> 48: protected boolean autoReverse() {
>>> 49: return autoReverse;
>>
>> I would suggest the name to be `isAutoReverese`
>
> That would be the usual naming convention, yes, but I find that this can be
> more fluent to read. Perhaps I'm
> influenced by the upcoming `record`s feature. Can change.
Yes, please change. Animation.java also has `isAutoReverese` method, It would
be good to be uniform.
-------------
PR: https://git.openjdk.java.net/jfx/pull/196