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

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

integrated..

> cleanup Set raw type warnings..
> -------------------------------
>
>                 Key: NETBEANS-5053
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5053
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.3
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> I am trying to cleanup a bunch of the Set raw type warnings.. They look like 
> this..
> {code:java}
>    [repeat] 
> /home/bwalker/src/netbeans/cpplite/cpplite.debugger/src/org/netbeans/modules/cpplite/debugger/breakpoints/CPPLiteBreakpointActionProvider.java:50:
>  warning: [rawtypes] found raw type: Set
>    [repeat]     private static final Set actions = Collections.singleton (
>    [repeat]                          ^
>    [repeat]   missing type arguments for generic class Set<E>
>    [repeat]   where E is a type-variable:
>    [repeat]     E extends Object declared in interface Set
> {code}
> This change reduces the warnings dramatically. The ones remaining are in 
> public interfaces and it's beyond the scope for me to tackle that.. 
> Hopefully, in the future.



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