[ 
https://issues.apache.org/jira/browse/NETBEANS-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Walker closed NETBEANS-5187.
---------------------------------
    Fix Version/s: 12.3
       Resolution: Fixed

integrated..

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.3
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 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