JDK-8256824 : test/langtools/tools/javac/diags/examples/InnerClassCantHaveStatic.java has a bad copyright
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-21
  • Updated: 2020-11-26
  • Resolved: 2020-11-21
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 b26Fixed
Related Reports
Relates :  
Description
$ head -3 test/langtools/tools/javac/diags/examples/InnerClassCantHaveStatic.java
/*
 * Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

The 2020 part is missing the ending comma.
Comments
Changeset: edf72f06 Author: Kim Barrett <kbarrett@openjdk.org> Date: 2020-11-21 16:06:31 +0000 URL: https://github.com/openjdk/jdk/commit/edf72f06
21-11-2020