-
Enhancement
-
Resolution: Fixed
-
P4
-
fx2.0.1, fx2.1
Worker defines totalWork and workDone as doubles, yet the updateProgress method on Task takes longs, not doubles! I think totalWork and workDone were intended to be longs, but they are clearly doubles now. As such, a new updateProgress method should be added that takes doubles and, perhaps, the existing method deprecated (although it does no harm other than to add to the API).
- relates to
-
JDK-8102152 RT-19645 introduced updatedProgress with double parameters but does not correctly checks parameters for valid double input
-
- Resolved
-