-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 19, 20
-
Component/s: tools
-
b21
Given a declaration like:
record R() {}
javac is considering the generated constructor both canonical and compact, it should only be canonical as there is no explicit compact constructor declaration
record R() {}
javac is considering the generated constructor both canonical and compact, it should only be canonical as there is no explicit compact constructor declaration
- relates to
-
JDK-8289249 Add methods to Elements for record constructors
-
- Resolved
-