-
Bug
-
Resolution: Fixed
-
P5
-
16, 17
-
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.