Brad Walker created NETBEANS-5187:
-------------------------------------

             Summary: cleanup Vector raw type warnings..
                 Key: NETBEANS-5187
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5187
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker
            Assignee: Brad Walker


Cleanup a bunch of the follow raw type warnings related to the use of Vector..

{code:java}
   [repeat] 
/home/bwalker/src/netbeans/enterprise/payara.eecommon/build/classes-generated/org/netbeans/modules/payara/eecommon/dd/impl/web/model_4/SessionConfig.java:22:
 warning: [rawtypes] found raw type: Vector
   [repeat]     static Vector comparators = new Vector();
   [repeat]                                     ^
   [repeat]   missing type arguments for generic class Vector<E>
   [repeat]   where E is a type-variable:
   [repeat]     E extends Object declared in class Vector
{code}


This check-in cleans up a lot of these..



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