Modify ↓
Attachments (1)
Change History (17)
by , 4 years ago
Attachment: | profile.html added |
---|
comment:1 by , 4 years ago
comment:8 by , 4 years ago
r17586 / r17587 cause a test failure:
org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerActionTest.testFromTrack()
java.lang.NullPointerException: Cannot read the array length because "this.keys" is null at org.openstreetmap.josm.data.osm.AbstractPrimitive.visitKeys(AbstractPrimitive.java:451) at org.openstreetmap.josm.gui.layer.gpx.ConvertFromGpxLayerAction.filterDataSet(ConvertFromGpxLayerAction.java:176) at org.openstreetmap.josm.gui.layer.gpx.ConvertFromGpxLayerAction.convert(ConvertFromGpxLayerAction.java:115) at org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerActionTest.testFromTrack(ConvertToDataLayerActionTest.java:127) at org.openstreetmap.josm.gui.layer.gpx.ConvertToDataLayerActionTest.testFromTrack(ConvertToDataLayerActionTest.java:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) ...
comment:10 by , 4 years ago
Additional patches as GitHub PR (for a CI via GitHub Actions):
- https://github.com/openstreetmap/josm/pull/70 – Split Environment/LinkEnvironment
- https://github.com/openstreetmap/josm/pull/71 – Implement IQuadBucketType.intersects
comment:14 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Enough for this milestone. comment:10 needs #20621.
Note:
See TracTickets
for help on using tickets.
In 17581/josm: