Brad Walker created NETBEANS-4050:
-------------------------------------
Summary: 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
Fix For: Next
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists