JDK-8236695 : java.lang.Record should be declared with an explicit constructor
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 14
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-06
  • Updated: 2020-07-28
  • Resolved: 2020-01-07
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 14 JDK 15
14 b31Fixed 15Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The initial implementation of java.lang.Record uses a default constructor; an explicit constructor should be added instead.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk14/rev/5943fc3f6ce1 User: darcy Date: 2020-01-07 17:19:33 +0000
07-01-2020

Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2020-January/064207.html
06-01-2020