Changes between Initial Version and Version 1 of Ticket #20225


Ignore:
Timestamp:
2020-12-12T11:27:57+01:00 (4 years ago)
Author:
GerdP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20225 – Description

    initial v1  
    1 This is a follow up of ticket:19906#commen:14
     1This is a follow up of ticket:19006#commen:14
    22I think the changes in r7834 introduced an unintended change in method `Preferences.getAllPossiblePreferenceDirs()`
    33Before, 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.