[
https://issues.apache.org/jira/browse/NETBEANS-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bien updated NETBEANS-6377:
-----------------------------------
Component/s: java - Editor
(was: cnd - Code Completion)
> Offer the canonical constructor in records
> ------------------------------------------
>
> Key: NETBEANS-6377
> URL: https://issues.apache.org/jira/browse/NETBEANS-6377
> Project: NetBeans
> Issue Type: Bug
> Components: java - Editor
> Affects Versions: 12.6
> Reporter: Petr Miksik
> Priority: Minor
>
> Code completion fails to offer a canonical constructor in records.
> {code}
> public record R1(int x, String s) {
> R1 // Press Ctrl + Space here
> }
> {code}
> It seems that code completion here stucks in infinite loop.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
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