You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2020/12/28 02:00:00 UTC

[jira] [Created] (NETBEANS-5187) cleanup Vector raw type warnings..

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists