[
https://issues.apache.org/jira/browse/NETBEANS-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-3608.
---------------------------------
Fix Version/s: 11.3
Resolution: Fixed
fixed & merged..
> 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
> Labels: pull-request-available
> Fix For: 11.3
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists