You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Petr Miksik (Jira)" <ji...@apache.org> on 2022/02/18 09:14:00 UTC

[jira] [Updated] (NETBEANS-6377) Offer the canonical constructor in records

     [ 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 stucks 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}
 It seems that code completion here stuck in infinite loop.


> 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 stucks in infinite loop.



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

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