Changes between Version 66 and Version 67 of Ticket #11924


Ignore:
Timestamp:
2016-07-03T23:35:53+02:00 (8 years ago)
Author:
michael2402
Comment:

I found some more problems in the unit tests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11924 – Description

    v66 v67  
    14141. ~~javabug:8154801 deprecates `java.util.Observer / java.util.Observable` ==> replace it by `javax.swing.ChangeListener`~~ ==> fixed
    15151. ~~Ant does not work anymore~~ ==> [https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 Bug created] + workaround done in r10259
     161. warning: [deprecation] XMLReaderFactory in org.xml.sax.helpers has been deprecated ==> org/openstreetmap/josm/tools/ImageProvider.java
     17
     18Unit tests:
     191. 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]
     20   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)
     211. EqualsVerifier does not work
     221. Projections seem to be off by the last digit. [https://travis-ci.org/michaelzangl/josm/jobs/142048309#L2792 log]
     23
     24Plugins:
    16251. Geotools does not work ==> https://osgeo-org.atlassian.net/browse/GEOT-5289
    17261. Apache Commons does not compile ==> https://issues.apache.org/jira/browse/COLLECTIONS-593