JDK-7088500 : there is no @since tag on SafeVarargs
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-08
  • Updated: 2012-05-17
  • Resolved: 2012-05-17
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
8 b08Fixed
Related Reports
Relates :  
Relates :  
Description
this should hava a Since 1.7 tag.

Comments
SUGGESTED FIX # HG changeset patch # User darcy # Date 1316030955 25200 # Node ID 84da01e00e6ca79c9c1230fdd855fd98408a464e # Parent 2a8072c7cf99b11212867fe50da24b59007ec339 7088500: there is no @since tag on SafeVarargs Reviewed-by: mduigou --- a/src/share/classes/java/lang/SafeVarargs.java Wed Sep 14 11:32:11 2011 -0700 +++ b/src/share/classes/java/lang/SafeVarargs.java Wed Sep 14 13:09:15 2011 -0700 @@ -82,6 +82,7 @@ import java.lang.annotation.*; * * </ul> * + * @since 1.7 * @jls 4.7 Reifiable Types * @jls 8.4.1 Formal Parameters */
14-09-2011

PUBLIC COMMENTS See http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84da01e00e6c
14-09-2011

EVALUATION Oops.
14-09-2011