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

[jira] [Updated] (NETBEANS-3608) cleanup hash raw types

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

Brad Walker updated NETBEANS-3608:
----------------------------------
    Summary: cleanup hash raw types  (was: cleanup raw type Hash)

> cleanup hash raw types
> ----------------------
>
>                 Key: NETBEANS-3608
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3608
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>
> There are many places in the code where the followin warning message is printed.
>    [repeat] /home/bwalker/src/netbeans/enterprise/web.jsf/src/org/netbeans/modules/web/jsf/JSFFrameworkProvider.java:127: warning: [rawtypes] found raw type: HashSet
>    [repeat]         Set result = new HashSet();
>    [repeat]                          ^
>    [repeat]   missing type arguments for generic class HashSet<E>
>    [repeat]   where E is a type-variable:
>    [repeat]     E extends Object declared in class HashSet
> This code change cleans up a lot of those messages..



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