Brad Walker created NETBEANS-5966:
-------------------------------------

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

Reply via email to