Skip to content

Add CI/CD pipeline for tests and coverage reporting #1

Add CI/CD pipeline for tests and coverage reporting

Add CI/CD pipeline for tests and coverage reporting #1

GitHub Actions / Test Results (Java 17) succeeded Sep 10, 2025 in 0s

4 errors, 103 pass in 44s

107 tests   103 ✅  44s ⏱️
  9 suites    0 💤
  9 files      0 ❌  4 🔥

Results for commit 4827edb.

Annotations

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 17)

jlMapView_addPolygon_shouldAddPolygonAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 6s]
Raw output
Timed out waiting for polygon addition
java.util.concurrent.TimeoutException: Timed out waiting for polygon addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addPolygon_shouldAddPolygonAsLayer(JLMapViewIntegrationTest.java:201)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:178)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:192)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolygon_shouldAddPolygonAsLayer$10(JLMapViewIntegrationTest.java:183)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:840)
02:09:26.553 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex15993665799387873889.html
02:09:26.553 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex15993665799387873889.html
02:09:26.573 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:26.573 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:26.573 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda$970/0x00007fc404478cc8@5bc6747}
02:09:26.588 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:27.059 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:178)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolygon(JLVectorLayer.java:192)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolygon_shouldAddPolygonAsLayer$10(JLMapViewIntegrationTest.java:183)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:840)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 17)

jlMapView_addPolyline_shouldAddPolylineAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 6s]
Raw output
Timed out waiting for polyline addition
java.util.concurrent.TimeoutException: Timed out waiting for polyline addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addPolyline_shouldAddPolylineAsLayer(JLMapViewIntegrationTest.java:147)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:70)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:46)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolyline_shouldAddPolylineAsLayer$6(JLMapViewIntegrationTest.java:132)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:840)
02:09:35.324 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8647131064470008546.html
02:09:35.324 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex8647131064470008546.html
02:09:35.349 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:35.350 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:35.350 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda$970/0x00007fc404478cc8@5bc6747}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:70)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addPolyline(JLVectorLayer.java:46)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addPolyline_shouldAddPolylineAsLayer$6(JLMapViewIntegrationTest.java:132)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:840)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 17)

jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 5s]
Raw output
Timed out waiting for image overlay addition
java.util.concurrent.TimeoutException: Timed out waiting for image overlay addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer(JLMapViewIntegrationTest.java:124)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLUiLayer.addImage(JLUiLayer.java:166)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer$4(JLMapViewIntegrationTest.java:106)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:840)
02:09:42.059 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex1442065832048445267.html
02:09:42.060 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex1442065832048445267.html
02:09:42.075 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:42.075 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:42.075 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda$970/0x00007fc404478cc8@5bc6747}
02:09:42.096 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:42.559 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLUiLayer.addImage(JLUiLayer.java:166)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addImageOverlay_shouldAddImageOverlayAsLayer$4(JLMapViewIntegrationTest.java:106)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:840)

Check failure on line 0 in io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Java 17)

jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer (io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest) with error

jlmap-fx/target/surefire-reports/TEST-io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.xml [took 6s]
Raw output
Timed out waiting for multi-polyline addition
java.util.concurrent.TimeoutException: Timed out waiting for multi-polyline addition
	at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer(JLMapViewIntegrationTest.java:175)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.RuntimeException: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at org.testfx.util.WaitForAsyncUtils.---- Delayed Exception: (See Trace Below) ----(WaitForAsyncUtils.java:0)
	Caused by: netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
		at com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
		at com.sun.webkit.WebPage.twkExecuteScript(Native Method)
		at com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
		at javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
		at io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
		at io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:131)
		at io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:100)
		at io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer$8(JLMapViewIntegrationTest.java:155)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
		at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
		at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
		at com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
		at com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
		at java.base/java.lang.Thread.run(Thread.java:840)
02:09:52.668 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5442448909392916555.html
02:09:52.668 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading file:///tmp/jlmapindex5442448909392916555.html
02:09:52.688 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- link: Loading complete
02:09:52.689 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- controller added to js scripts
02:09:52.689 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.fx.JLMapView -- Old Value: null New Value: io.github.makbn.jlmap.fx.JLMapView$$Lambda$970/0x00007fc404478cc8@5bc6747}
02:09:52.703 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: move jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
02:09:53.174 [JavaFX Application Thread] DEBUG io.github.makbn.jlmap.JLMapCallbackHandler -- function: moveend jlType: map uuid: main_map param1: 5 param2: {"lat":51.04139389812637,"lng":-114.10400390625001} param3: {"northEast":{"lat":58.60833366077633,"lng":-91.62597656250001},"southWest":{"lat":42.00032514831623,"lng":-136.58203125000003}}
--- Exception in Async Thread ---
netscape.javascript.JSException: TypeError: e.target.getLatLng is not a function. (In 'e.target.getLatLng()', 'e.target.getLatLng' is undefined)
	com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:160)
	com.sun.webkit.WebPage.twkExecuteScript(Native Method)
	com.sun.webkit.WebPage.executeScript(WebPage.java:1562)
	javafx.scene.web.WebEngine.executeScript(WebEngine.java:985)
	io.github.makbn.jlmap.fx.engine.JLJavaFXEngine.executeScript(JLJavaFXEngine.java:22)
	io.github.makbn.jlmap.engine.JLWebEngine.executeScript(JLWebEngine.java:20)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:131)
	io.github.makbn.jlmap.fx.layer.JLVectorLayer.addMultiPolyline(JLVectorLayer.java:100)
	io.github.makbn.jlmap.fx.test.integration.JLMapViewIntegrationTest.lambda$jlMapView_addMultiPolyline_shouldAddMultiPolylineAsLayer$8(JLMapViewIntegrationTest.java:155)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
	java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
	com.sun.glass.ui.monocle.RunnableProcessor.runLoop(RunnableProcessor.java:92)
	com.sun.glass.ui.monocle.RunnableProcessor.run(RunnableProcessor.java:51)
	java.base/java.lang.Thread.run(Thread.java:840)