Changes between Initial Version and Version 1 of Ticket #20225
- Timestamp:
- 2020-12-12T11:27:57+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20225 – Description
initial v1 1 This is a follow up of ticket:19 906#commen:141 This is a follow up of ticket:19006#commen:14 2 2 I think the changes in r7834 introduced an unintended change in method `Preferences.getAllPossiblePreferenceDirs()` 3 3 Before, this method returned a list with a special order, now the collection is an unordered HashSet. The method is used by `ImageProvider` as a "last resort" to find images and I think this requires an order to prevent unpredictable behaviour.