[bworld-apis] Adding more bangs to collections#2112
[bworld-apis] Adding more bangs to collections#2112vicente-romero-oracle wants to merge 18 commits intoopenjdk:bworld-apisfrom
Conversation
|
👋 Welcome back vromero! A progress list of the required criteria for merging this PR into |
|
@vicente-romero-oracle This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
| */ | ||
| public boolean removeIf(Predicate<? super E> filter) { | ||
| public boolean removeIf(Predicate<? super E>! filter) { | ||
| Objects.requireNonNull(filter); |
There was a problem hiding this comment.
| Objects.requireNonNull(filter); |
src/java.base/share/classes/java/util/concurrent/ArrayBlockingQueue.java
Outdated
Show resolved
Hide resolved
|
@vicente-romero-oracle This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
adding more bangs to collection apis
Progress
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2112/head:pull/2112$ git checkout pull/2112Update a local copy of the PR:
$ git checkout pull/2112$ git pull https://git.openjdk.org/valhalla.git pull/2112/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2112View PR using the GUI difftool:
$ git pr show -t 2112Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2112.diff
Using Webrev
Link to Webrev Comment