-
Bug
-
Resolution: Fixed
-
P4
-
19, 20
-
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
-