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