Changes between Initial Version and Version 1 of Ticket #19426
- Timestamp:
- 2020-06-22T21:10:48+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19426
- Property Cc added
-
Ticket #19426 – Description
initial v1 1 The change in #16545 removed the method with matching signature.1 The change in r16545 removed the method with matching signature. 2 2 3 3 Causes **java.lang.NoSuchMethodError: org.openstreetmap.josm.data.imagery.ImageryInfo.equalsPref(Lorg/openstreetmap/josm/data/imagery/ImageryInfo;)** … … 8 8 if (matchingDefault != null && !matchingDefault.equalsPref(info)) { 9 9 }}} 10 11 https://josm.openstreetmap.de/changeset/16545/josm12 10 13 11 {{{