[
https://issues.apache.org/jira/browse/NETBEANS-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arunava Sinha resolved NETBEANS-4235.
-------------------------------------
Fix Version/s: 12.0
Resolution: Fixed
> Formatting Issue in Records
> ----------------------------
>
> Key: NETBEANS-4235
> URL: https://issues.apache.org/jira/browse/NETBEANS-4235
> Project: NetBeans
> Issue Type: Bug
> Components: java - Editor
> Affects Versions: 11.3
> Reporter: Arunava Sinha
> Assignee: Arunava Sinha
> Priority: Major
> Fix For: 12.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Formatting of below code snippet is not proper in Jdk-14/jdk-15
> public record Rec1{}
>
> expected output
> public record Rec1{
> }
> actual output
> public record Rec1{
> }
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists