Compare commits
2 Commits
29ddc55947
...
720fa44eed
| Author | SHA1 | Date | |
|---|---|---|---|
| 720fa44eed | |||
| c46baa10b4 |
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@ -8,11 +8,11 @@ jobs:
|
|||||||
name: Code Quality Check
|
name: Code Quality Check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
|||||||
@ -18,6 +18,7 @@ public enum SpecialFeature implements Feature<Collection> {
|
|||||||
ITERATOR_MODIFIABLE,
|
ITERATOR_MODIFIABLE,
|
||||||
MAP_ENTRY,
|
MAP_ENTRY,
|
||||||
DESCENDING,
|
DESCENDING,
|
||||||
|
REVERSE,
|
||||||
SUBMAP;
|
SUBMAP;
|
||||||
|
|
||||||
private final Set<Feature<? super Collection>> implied;
|
private final Set<Feature<? super Collection>> implied;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user