You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ernie Rael (Jira)" <ji...@apache.org> on 2019/12/13 18:42:00 UTC

[jira] [Updated] (NETBEANS-3590) missing "use diamond inference" hint for static variable initialization

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

Ernie Rael updated NETBEANS-3590:
---------------------------------
    Description: 
For: static List<String> m = new ArrayList<String>();
there is no "use diamond inference" hint. Remove  the word static and the hint appears.

  was:
For: static List<String> m = new ArrayList<String>();
there is no "use diamond inference" hit. Remove  the word static and the hint appears.


> missing "use diamond inference" hint for static variable initialization
> -----------------------------------------------------------------------
>
>                 Key: NETBEANS-3590
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3590
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Hints
>    Affects Versions: 11.2
>            Reporter: Ernie Rael
>            Priority: Minor
>
> For: static List<String> m = new ArrayList<String>();
> there is no "use diamond inference" hint. Remove  the word static and the hint appears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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