Skip to content

Conversation

@BradWalker
Copy link
Member

[NETBEANS-4050] - cleanup uses of EMPTY_LIST, EMPTY_SET, EMPTY_MAP

     Clean up a bunch of compiler warning messages related to the use of Collections.[EMPTY_LIST, EMPTY_SET, EMPTY_MAP]..

     [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

@BradWalker BradWalker force-pushed the cleanup_EMPTY_LIST branch 2 times, most recently from 0c3db71 to c5b50a5 Compare April 24, 2020 14:46
@ebarboni ebarboni added this to the 12.0 milestone May 1, 2020
@ebarboni
Copy link
Contributor

ebarboni commented May 1, 2020

Would be good to have a technical review from other than me.

@neilcsmith-net
Copy link
Member

@ebarboni not reviewing, but all the warning fixes by @BradWalker (which are welcome) have not been merged during freezes. Should be left for review for 12.1 window in my opinion.

@ebarboni ebarboni modified the milestones: 12.0, 12.1 May 4, 2020
@BradWalker BradWalker force-pushed the cleanup_EMPTY_LIST branch 2 times, most recently from ef6bb2a to 897e3e8 Compare May 11, 2020 15:27
@BradWalker BradWalker force-pushed the cleanup_EMPTY_LIST branch from 897e3e8 to 0840398 Compare May 19, 2020 23:11
@BradWalker BradWalker force-pushed the cleanup_EMPTY_LIST branch from 0840398 to edbcaf4 Compare June 9, 2020 17:26
     Clean up a bunch of compiler warning messages related to the use of Collections.[EMPTY_LIST, EMPTY_SET, EMPTY_MAP]..

     [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
@BradWalker BradWalker force-pushed the cleanup_EMPTY_LIST branch from edbcaf4 to f5f3c9f Compare June 9, 2020 22:46
@matthiasblaesing
Copy link
Contributor

@BradWalker is this clear to merge?

@BradWalker
Copy link
Member Author

@BradWalker is this clear to merge?

Hey @matthiasblaesing, it's ready to go.. I rebased to latest master last night..

@matthiasblaesing
Copy link
Contributor

Merging - thank you.

@matthiasblaesing matthiasblaesing merged commit 36cfe28 into apache:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants