Skip to content

ArrayList is not thread safe. Field timedOutItems is typically protec…

0fee70d
Select commit
Loading
Failed to load commit list.
Merged

ArrayList is not thread safe. Field timedOutItems is typically protected by synchronization on itself. However, in one place, the field is inside a synchronized on a different object, which does not ensure protection #1030

ArrayList is not thread safe. Field timedOutItems is typically protec…
0fee70d
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs