Modify ↓
#3377 closed defect (fixed)
[patch] Less warnings for JOSM
| Reported by: | xeen | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Currenlty there a bunch of warnings that can be easily resolved. Many of them are due to deprecated stuff which should be removed as soon as possible so plugin authors find enough 'correct' examples and do not copy deprecated stuff.
Attachments (3)
Change History (8)
Changed 4 years ago by xeen
comment:1 Changed 4 years ago by anonymous
- Summary changed from Less warnings for JOSM to [patch] Less warnings for JOSM
comment:2 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Changed 4 years ago by xeen
comment:3 Changed 4 years ago by xeen
- Resolution fixed deleted
- Status changed from closed to reopened
Next wave.
comment:4 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from reopened to closed
comment:5 Changed 4 years ago by bastiK
see #3392
Note: See
TracTickets for help on using
tickets.



Mostly updates calls to ExtendedDialog to use the new syntax plus some other low hanging fruits. Also deprecates ConditionalOptionPaneUtil in favor of ExtendedDialog.