Modify ↓
#19918 closed enhancement (fixed)
Fix fixme request [patch]
Reported by: | gaben | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | 20.11 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
r3686 introduced a fixme comment which asks help to sort files by modify time.
Is it needed? 10 years passed and no modifications made since. If yes, add these lines:
import java.util.Comparator; //... Arrays.sort(files, Comparator.comparingLong(File::lastModified));
Attachments (1)
Change History (5)
by , 4 years ago
Attachment: | fix_fixme.patch added |
---|
comment:1 by , 4 years ago
Summary: | Fix fixme request → Fix fixme request [patch] |
---|
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 4 years ago
Milestone: | → 20.10 |
---|
Thank you!
The sorting is relevant inside #moveToDeletedLayersFolder
which removes layers until autosave.deletedLayersBackupCount=5
is no longer exceeded.
Note:
See TracTickets
for help on using tickets.
In 17181/josm: