-javaagent:"${settings.localRepository}"/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
diff --git a/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java b/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java
index e182de3f2f8..1dcfe54f64f 100644
--- a/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java
+++ b/src/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/Layers.java
@@ -88,7 +88,7 @@ enum Type {
* @param layerInfo The info to use to create the layer
*/
public Layers(final JsonObject layerInfo) {
- this (null, layerInfo);
+ this(null, layerInfo);
}
/**
diff --git a/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java b/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java
index 1a5eb99da4a..38c17dd17e3 100644
--- a/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java
+++ b/src/org/openstreetmap/josm/gui/widgets/UrlLabel.java
@@ -37,7 +37,7 @@ public UrlLabel() {
* @param url The URL to use, also used as description
*/
public UrlLabel(String url) {
- this (url, url, 0);
+ this(url, url, 0);
}
/**
@@ -46,7 +46,7 @@ public UrlLabel(String url) {
* @param fontPlus The font increase in 1/72 of an inch units.
*/
public UrlLabel(String url, int fontPlus) {
- this (url, url, fontPlus);
+ this(url, url, fontPlus);
}
/**
@@ -55,7 +55,7 @@ public UrlLabel(String url, int fontPlus) {
* @param description The description to display
*/
public UrlLabel(String url, String description) {
- this (url, description, 0);
+ this(url, description, 0);
}
/**
diff --git a/src/org/openstreetmap/josm/tools/Tag2Link.java b/src/org/openstreetmap/josm/tools/Tag2Link.java
index d176e4702fe..a1e8917403e 100644
--- a/src/org/openstreetmap/josm/tools/Tag2Link.java
+++ b/src/org/openstreetmap/josm/tools/Tag2Link.java
@@ -35,7 +35,7 @@
/**
* Extracts web links from OSM tags.
- *
+ *
* The following rules are used:
*
* - internal rules for basic tags
@@ -64,7 +64,7 @@ public final class Tag2Link {
.collect(Collectors.joining("|"));
static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
- Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.8.12/index.json"));
+ Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2024.8.21/index.json"));
static final CachingProperty> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Arrays.asList("https://duckduckgo.com/?q=$1", "https://www.google.com/search?q=$1")).cached();
diff --git a/tools/ivy.xml b/tools/ivy.xml
index 21753abf8b6..3342488b36c 100644
--- a/tools/ivy.xml
+++ b/tools/ivy.xml
@@ -16,19 +16,19 @@
-
+
-
-
-
+
+
+
-
+