Fix Javadoc #48
37200 tests run, 36754 passed, 192 skipped, 254 failed.
Annotations
Check failure on line 145 in WMSEndpointTileSourceTest
github-actions / JUnit Test Report
WMSEndpointTileSourceTest.testCustomHeadersServerSide()
Index 0 out of bounds for length 0
Raw output
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.openstreetmap.josm.data.imagery.WMSEndpointTileSourceTest.testCustomHeadersServerSide(WMSEndpointTileSourceTest.java:145)
Check failure on line 99 in WMSEndpointTileSourceTest
github-actions / JUnit Test Report
WMSEndpointTileSourceTest.testDefaultLayerSetInMaps()
expected: <1> but was: <0>
Raw output
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.openstreetmap.josm.data.imagery.WMSEndpointTileSourceTest.testDefaultLayerSetInMaps(WMSEndpointTileSourceTest.java:99)
Check failure on line 405 in WMTSTileSourceTest
github-actions / JUnit Test Report
WMTSTileSourceTest.testDefaultLayer()
expected: <1> but was: <0>
Raw output
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.openstreetmap.josm.data.imagery.WMTSTileSourceTest.testDefaultLayer(WMTSTileSourceTest.java:405)
Check failure on line 1 in OAuth20AuthorizationTest
github-actions / JUnit Test Report
OAuth20AuthorizationTest.testAuthorizeBadState(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Check failure on line 1 in OAuth20AuthorizationTest
github-actions / JUnit Test Report
OAuth20AuthorizationTest.testAuthorize(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Check failure on line 1 in OAuth20AuthorizationTest
github-actions / JUnit Test Report
OAuth20AuthorizationTest.testSocketTimeout(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Check failure on line 39 in WaySegmentTest
github-actions / JUnit Test Report
WaySegmentTest.testForNodePair()
expected: <Node pair is not part of way!> but was: <The node pair is not consecutive part of the way!>
Raw output
org.opentest4j.AssertionFailedError: expected: <Node pair is not part of way!> but was: <The node pair is not consecutive part of the way!>
at org.openstreetmap.josm.data.osm.WaySegmentTest.testForNodePair(WaySegmentTest.java:39)
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testInstallMultiVersion(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallMultiVersion(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallMultiVersion(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testDisablePluginWithUpdatesAvailable(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testDisablePluginWithUpdatesAvailable(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testDisablePluginWithUpdatesAvailable(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testInstallWithoutUpdate(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallWithoutUpdate(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallWithoutUpdate(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testUpdateWithNoAvailableUpdates(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testUpdateWithNoAvailableUpdates(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testUpdateWithNoAvailableUpdates(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testUpdateOnlySelectedPlugin(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testUpdateOnlySelectedPlugin(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testUpdateOnlySelectedPlugin(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginPreferenceHighLevelTest
github-actions / JUnit Test Report
PluginPreferenceHighLevelTest.testInstallWithoutRestartRequired(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallWithoutRestartRequired(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.gui.preferences.plugin.PluginPreferenceHighLevelTest.testInstallWithoutRestartRequired(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginHandlerJOSMTooOldTest
github-actions / JUnit Test Report
PluginHandlerJOSMTooOldTest.testUpdatePluginsSkipOne(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsSkipOne(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsSkipOne(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Check failure on line 1 in PluginHandlerJOSMTooOldTest
github-actions / JUnit Test Report
PluginHandlerJOSMTooOldTest.testUpdatePluginsMultiVersionInsufficient(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsMultiVersionInsufficient(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsMultiVersionInsufficient(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Check failure on line 1 in PluginHandlerJOSMTooOldTest
github-actions / JUnit Test Report
PluginHandlerJOSMTooOldTest.testUpdatePluginsUnexpectedlyJOSMTooOld(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsUnexpectedlyJOSMTooOld(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsUnexpectedlyJOSMTooOld(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Check failure on line 1 in PluginHandlerJOSMTooOldTest
github-actions / JUnit Test Report
PluginHandlerJOSMTooOldTest.testUpdatePluginsDownloadBoth(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsDownloadBoth(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerJOSMTooOldTest.testUpdatePluginsDownloadBoth(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.io.IOException].
Check failure on line 1 in PluginHandlerMultiVersionTest
github-actions / JUnit Test Report
PluginHandlerMultiVersionTest.testUpdatePluginsOneMultiVersion(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerMultiVersionTest.testUpdatePluginsOneMultiVersion(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerMultiVersionTest.testUpdatePluginsOneMultiVersion(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 1 in PluginHandlerMultiVersionTest
github-actions / JUnit Test Report
PluginHandlerMultiVersionTest.testUpdatePluginsExistingVersionLatestPossible(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerMultiVersionTest.testUpdatePluginsExistingVersionLatestPossible(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.plugins.PluginHandlerMultiVersionTest.testUpdatePluginsExistingVersionLatestPossible(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo) throws java.lang.Exception].
Check failure on line 26 in JosmDecimalFormatSymbolsProviderTest
github-actions / JUnit Test Report
JosmDecimalFormatSymbolsProviderTest.org.openstreetmap.josm.tools.JosmDecimalFormatSymbolsProviderTest
This test must be launched with -Djava.locale.providers=SPI,JRE,CLDR ==> expected: <SPI,JRE,CLDR> but was: <SPI,CLDR>
Raw output
org.opentest4j.AssertionFailedError: This test must be launched with -Djava.locale.providers=SPI,JRE,CLDR ==> expected: <SPI,JRE,CLDR> but was: <SPI,CLDR>
at org.openstreetmap.josm.tools.JosmDecimalFormatSymbolsProviderTest.beforeAll(JosmDecimalFormatSymbolsProviderTest.java:26)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Check failure on line 162 in DateUtilsTest
github-actions / JUnit Test Report
DateUtilsTest.testFormatTime()
expected: <1:00:00 AM CET> but was: <1:00:00 AM GMT+01:00>
Raw output
org.opentest4j.AssertionFailedError: expected: <1:00:00 AM CET> but was: <1:00:00 AM GMT+01:00>
at org.openstreetmap.josm.tools.date.DateUtilsTest.testFormatTime(DateUtilsTest.java:162)
Check failure on line 145 in WMSEndpointTileSourceTest
github-actions / JUnit Test Report
WMSEndpointTileSourceTest.testCustomHeadersServerSide()
Index 0 out of bounds for length 0
Raw output
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.openstreetmap.josm.data.imagery.WMSEndpointTileSourceTest.testCustomHeadersServerSide(WMSEndpointTileSourceTest.java:145)
Check failure on line 99 in WMSEndpointTileSourceTest
github-actions / JUnit Test Report
WMSEndpointTileSourceTest.testDefaultLayerSetInMaps()
expected: <1> but was: <0>
Raw output
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.openstreetmap.josm.data.imagery.WMSEndpointTileSourceTest.testDefaultLayerSetInMaps(WMSEndpointTileSourceTest.java:99)
Check failure on line 405 in WMTSTileSourceTest
github-actions / JUnit Test Report
WMTSTileSourceTest.testDefaultLayer()
expected: <1> but was: <0>
Raw output
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.openstreetmap.josm.data.imagery.WMTSTileSourceTest.testDefaultLayer(WMTSTileSourceTest.java:405)
Check failure on line 1 in OAuth20AuthorizationTest
github-actions / JUnit Test Report
OAuth20AuthorizationTest.testAuthorizeBadState(WireMockRuntimeInfo)
No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
Raw output
org.junit.jupiter.api.extension.ParameterResolutionException: No ParameterResolver registered for parameter [com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo arg0] in method [void org.openstreetmap.josm.data.oauth.OAuth20AuthorizationTest.setupWireMock(com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo)].
at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)