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

Petr Miksik updated NETBEANS-6377:
----------------------------------
    Description: 
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 stuck in infinite loop.

  was:
Code completion fails to offer a canonical constructor in records.

{code}
public record R1(int x, String s) {
    R1 // Press Ctrl + Space here
}
{code}



> Offer the canonical constructor in records
> ------------------------------------------
>
>                 Key: NETBEANS-6377
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6377
>             Project: NetBeans
>          Issue Type: Bug
>          Components: cnd - Code Completion
>    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 stuck in infinite loop.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
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

Reply via email to