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/08/25 04:30:00 UTC

[jira] [Closed] (NETBEANS-4050) cleanup uses of EMPTY_LIST

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

Brad Walker closed NETBEANS-4050.
---------------------------------
    Fix Version/s:     (was: Next)
                   12.1
       Resolution: Fixed

> cleanup uses of EMPTY_LIST
> --------------------------
>
>                 Key: NETBEANS-4050
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4050
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.1
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Clean up a bunch of compiler warning messages related to the use of Collections.EMPTY_LIST..
>    [repeat] /home/bwalker/src/netbeans/java/ant.debugger/src/org/netbeans/modules/ant/debugger/RunTargetsAction.java:145: warning: [unchecked] unchecked conversion
>    [repeat]                     allTargets = Collections.EMPTY_SET;
>    [repeat]                                             ^
>    [repeat]   required: Set<Target>
>    [repeat]   found:    Set



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