[
https://issues.apache.org/jira/browse/NETBEANS-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-5966.
---------------------------------
Resolution: Fixed
fixed & integrated..
> cleanup more of the raw type warnings
> -------------------------------------
>
> Key: NETBEANS-5966
> URL: https://issues.apache.org/jira/browse/NETBEANS-5966
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Minor
> Fix For: 12.6
>
>
> More work done on cleanup of raw type warnings.. Issues like this:
> [nb-javac]
> /home/bwalker/src/netbeans/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/common/ComponentBeanMultiple.java:242:
> warning: [rawtypes] found raw type: Map
> [nb-javac] Map map =new java.util.HashMap();
> [nb-javac] ^
> [nb-javac] missing type arguments for generic class Map<K,V>
> [nb-javac] where K,V are type-variables:
> [nb-javac] K extends Object declared in interface Map
> [nb-javac] V extends Object declared in interface Map
> All work is done internal to methods and non-public interfaces..
--
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