-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 16, 17
-
Component/s: client-libs
-
None
-
b19
Fields 'AquaFileSystemModel.fileCache' and 'AquaFileSystemModel.FilesLoader.queuedTasks' are accessed only under synchronized(fileCacheLock).
It means extract synchronization by Vector is not needed. And we can use non-thread safe ArrayList instead.
It means extract synchronization by Vector is not needed. And we can use non-thread safe ArrayList instead.