Index: /applications/editors/josm/plugins/wms-turbo-challenge2/.project
===================================================================
--- /applications/editors/josm/plugins/wms-turbo-challenge2/.project	(revision 32193)
+++ /applications/editors/josm/plugins/wms-turbo-challenge2/.project	(revision 32194)
@@ -11,4 +11,9 @@
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
Index: /applications/editors/josm/plugins/wms-turbo-challenge2/.settings/org.sonarlint.eclipse.core.prefs
===================================================================
--- /applications/editors/josm/plugins/wms-turbo-challenge2/.settings/org.sonarlint.eclipse.core.prefs	(revision 32194)
+++ /applications/editors/josm/plugins/wms-turbo-challenge2/.settings/org.sonarlint.eclipse.core.prefs	(revision 32194)
@@ -0,0 +1,5 @@
+autoEnabled=true
+eclipse.preferences.version=1
+extraProperties=
+moduleKey=josm-plugins
+serverId=josm
Index: /applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
===================================================================
--- /applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 32193)
+++ /applications/editors/josm/plugins/wms-turbo-challenge2/build.xml	(revision 32194)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="8526"/>
+    <property name="plugin.main.version" value="10279"/>
 
     <property name="plugin.author" value="Andrzej Zaborowski"/>
Index: /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java
===================================================================
--- /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java	(revision 32193)
+++ /applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java	(revision 32194)
@@ -37,5 +37,5 @@
 
     public FakeMapView(MapView parent, double scale) {
-        super(null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view
+        super(null, null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view
         this.parent = parent;
         this.scale = scale;
