JDK-8227655 : Incorrectly documented @defaultValue for Animation.cycleCount
  • Type: Bug
  • Component: javafx
  • Sub-Component: animation
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2019-07-13
  • Updated: 2019-07-16
  • Resolved: 2019-07-16
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE PROBLEM :
The actual default value of `javafx.animation.Animation.cycleCount` is 1, but its @defaultValue is documented as 1.0.

Source: https://github.com/javafxports/openjdk-jfx/blob/0e729ed3a302ef476fcc6e98180232cec0d57943/modules/javafx.graphics/src/main/java/javafx/animation/Animation.java#L566



Comments
This seems worth folding into JDK-8221377
15-07-2019

This need to be corrected to 1
15-07-2019