Changes between Version 111 and Version 112 of Ticket #11924


Ignore:
Timestamp:
2017-05-28T04:10:04+02:00 (8 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11924 – Description

    v111 v112  
    2020
    2121Unit tests:
    22 1. jacoco has problems with nashorn: `Method jdk.dynalink.linker.LinkerServices.$jacocoInit()[Z must be InterfaceMethodref constant` [https://travis-ci.org/michaelzangl/josm/jobs/142048549#L451 log] ==> See #13150 for fix
    23    1. Could not initialize class org.openstreetmap.josm.data.validation.tests.OpeningHourTest and Could not initialize class org.openstreetmap.josm.data.validation.OsmValidator (they are shomehow destroyed by a combination of jacoco + nashorn)
     221. ~~jacoco has problems with nashorn: `Method jdk.dynalink.linker.LinkerServices.$jacocoInit()[Z must be InterfaceMethodref constant` [https://travis-ci.org/michaelzangl/josm/jobs/142048549#L451 log]~~ ==> See #13150 for fix
    24231. EqualsVerifier bugs: https://github.com/jqno/equalsverifier/issues/152 + https://github.com/jqno/equalsverifier/issues/169
    25 1. ~~Projections off by the last digit.~~ ==> fixed
     241. ~~Projections off by the last digit.~~ ==> fixed (see #11889, #13887)
    2625
    2726Plugins:
    28 1. Geotools does not work ==> https://osgeo-org.atlassian.net/browse/GEOT-5289 ==> forked
     271. ~~Geotools does not work ==> https://osgeo-org.atlassian.net/browse/GEOT-5289~~ ==> forked