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

Sarvesh Kesharwani reassigned NETBEANS-1258:
--------------------------------------------

    Assignee: Sarvesh Kesharwani

> Var hint changes variable type for List.of()
> --------------------------------------------
>
>                 Key: NETBEANS-1258
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1258
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Hints & Annotations
>            Reporter: Sarvesh Kesharwani
>            Assignee: Sarvesh Kesharwani
>            Priority: Minor
>
> Var Hint is visible for the following scenario : 
> {code:java}
> // code placeholder
> List<String> x = List.of();
> {code}
> and applying the var hint changes the variable type of x to List<Object>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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

Reply via email to