-
Bug
-
Resolution: Fixed
-
Major
-
None
Select a set of tasks to do
Apply
Obtain:
java.lang.IndexOutOfBoundsException: Index: 70, Size: 70
java.util.ArrayList.get(ArrayList.java:338)
com.michelin.cio.jenkins.plugin.rrod.RequestRenameOrDeletePlugin.doManageRequests(RequestRenameOrDeletePlugin.java:83)
Random issue?
The requests collection is ordered.
If a requests is removed, the sequencing is broken.
The requests processing becomes unordered (as it was random).