JDK-8246804 : Incorrect copyright header in TypeAnnotationParser.java
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-09
  • Updated: 2024-11-20
  • Resolved: 2020-08-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 16
16 b12Fixed
Related Reports
Relates :  
Description
The following file has an incorrect header format: 

open/src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java 
 * Copyright (c) 2013, 2018, 2020, Oracle and/or its affiliates. All rights reserved.

The year, YEAR should be "2013, 2020," 

You can verify the header is correct with "make validate-headers" command or "make/scripts/lic_check.sh" to make sure each file now passes.  The "tier1" task in Mach5 includes the same validation job.

The template is located at: 
  make/templates/gpl-header 
  make/templates/gpl-cp-header
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/7c031f30074b User: vromero Date: 2020-08-17 21:43:09 +0000
17-08-2020

This is the last remaining Blocker for JDK-8241559 and is a trivial fix. Can we please get it fixed ASAP. Thanks.
16-07-2020