On Thu, 28 May 2020 15:51:19 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Doesn't the autogenerated JavaDoc for the `getX`, `setX` and `xProperty` >> methods work by matching the method name to >> the property name regardless of they location in the class? >> `doSetCurrentRate` shouldn't ever be able to interfere with >> that. I can add a `@param` anyway. > > So it would seem. It still seems a bit fragile, but as long as it works, I > won't push the point (we are very > inconsistent on this). I moved the method down anyway so it will be separated from the public API. ------------- PR: https://git.openjdk.java.net/jfx/pull/196