Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Steps to reproduce :
Create any java class in ant-java project and declare records using 'record' syntax (e.g. record Test2(long i, int j) {})
Actual Result:
A java.lang.IllegalArgumentException exception has occurred.
However, the system should continue working without further problems.
Expected Result:
Editor should support 'record' for source jdk version 14.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-3612 "IllegalArgumentException: Unsupported kind: RECORD" thrown while editing content. JDK 14
- Closed
-
NETBEANS-3613 Running single source files contains 'records' throwing UnknownElementException. JDK 14
- Closed
-
NETBEANS-3614 Multiple IllegalArgumentException thrown for record. JDK 14
- Closed
- links to