Index: /applications/viewer/jmapviewer/.project
===================================================================
--- /applications/viewer/jmapviewer/.project	(revision 32178)
+++ /applications/viewer/jmapviewer/.project	(revision 32179)
@@ -21,4 +21,9 @@
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
Index: /applications/viewer/jmapviewer/.settings/org.sonarlint.eclipse.core.prefs
===================================================================
--- /applications/viewer/jmapviewer/.settings/org.sonarlint.eclipse.core.prefs	(revision 32179)
+++ /applications/viewer/jmapviewer/.settings/org.sonarlint.eclipse.core.prefs	(revision 32179)
@@ -0,0 +1,5 @@
+autoEnabled=true
+eclipse.preferences.version=1
+extraProperties=
+moduleKey=jmapviewer
+serverId=josm
Index: /applications/viewer/jmapviewer/build.xml
===================================================================
--- /applications/viewer/jmapviewer/build.xml	(revision 32178)
+++ /applications/viewer/jmapviewer/build.xml	(revision 32179)
@@ -78,5 +78,5 @@
     <target name="checkstyle">
         <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 
-        	classpath="tools/checkstyle/checkstyle-6.17-all.jar"/>
+        	classpath="tools/checkstyle/checkstyle-6.18-all.jar"/>
         <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
             <fileset dir="${basedir}/src" includes="**/*.java" />
