You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2021/01/02 21:26:00 UTC

[jira] [Resolved] (NETBEANS-3604) Supports for Records (JEP 359) in JDK-14

     [ https://issues.apache.org/jira/browse/NETBEANS-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomáš Procházka resolved NETBEANS-3604.
---------------------------------------
    Fix Version/s: 11.3
       Resolution: Fixed

PRs were merged.

> Supports for Records (JEP 359) in JDK-14
> ----------------------------------------
>
>                 Key: NETBEANS-3604
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3604
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor
>            Reporter: Akhilesh Singh
>            Assignee: Akhilesh Singh
>            Priority: Major
>              Labels: jdk14, pull-request-available
>             Fix For: 11.3
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> 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.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists