-
Bug
-
Resolution: Fixed
-
Major
Not currently possible to use a Java 5-style for loop on an ArrayList (for example) from within CPS-transformed code, since its Iterator implementation is not marked Serializable.
- is blocking
-
JENKINS-26481 Mishandling of binary methods accepting Closure
-
- Resolved
-
- is duplicated by
-
JENKINS-34645 for in loop over result of String.split() gives NotSerializableException
-
- Resolved
-
- is related to
-
JENKINS-25925 More polite reporting of NotSerializableException
-
- Open
-
- links to
(3 links to)
[JENKINS-27421] Unserializable iterator & entry classes from Java Collections
Link | New: This issue is related to JENKINS-25925 [ JENKINS-25925 ] |
Remote Link | New: This issue links to "PR 206 (Web Link)" [ 13145 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
bump The inability to use collection iterators at all is a very significant limitation.