JDK-8094008 : Missing @since tags for some 8u40 API
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8u40
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-12-12
  • Updated: 2015-06-12
  • Resolved: 2014-12-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u40Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
The following newly added API is missing the appropriate "@since JavaFX 8u40" javadoc tag:

javafx.css.StyleConverter
    getDurationConverter() [RT-38391] -- missing @since JavaFX 8u40 (additionally has bad copy/paste javadoc)

javafx.scene.Scene
javafx.stage.Window
javafx.scene.control.ToggleGroup [RT-25980]
  + getProperties(),
    hasProperties(),
    setUserData(),
    getUserData() -- missing @since JavaFX 8u40

DateTimeStringConverter [RT-38012]
   + protected fields missing javadoc
   + protected fields dateStyle, timeStyle -- missing @since JavaFX 8u40

Comments
http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2f0d0cab40c4
13-12-2014