-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 10, 11
-
Component/s: client-libs
-
b20
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8206838 | 12 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
| JDK-8206615 | 11.0.1 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
Currently we have a few patters to work with arrays in JavaSOund.
- Iterates using the for loop
- Iterates using Arrays.asList
- Iterates using Stream.of
I suggest to unify this and use Arrays.stream in all cases, because it works for arrays of objects and primitives
- Iterates using the for loop
- Iterates using Arrays.asList
- Iterates using Stream.of
I suggest to unify this and use Arrays.stream in all cases, because it works for arrays of objects and primitives
- backported by
-
JDK-8206615 Unification of iterations over arrays
-
- Resolved
-
-
JDK-8206838 Unification of iterations over arrays
-
- Resolved
-
- links to