You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Sarvesh Kesharwani (JIRA)" <ji...@apache.org> on 2018/09/17 10:01:00 UTC

[jira] [Assigned] (NETBEANS-1258) Var hint changes variable type for List.of()

     [ 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 &amp; 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-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