You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/23 03:36:00 UTC

[jira] [Updated] (NETBEANS-5053) cleanup Set raw type warnings..

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

ASF GitHub Bot updated NETBEANS-5053:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>          Time Spent: 10m
>  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-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