Index: /applications/editors/josm/plugins/build-common.xml
===================================================================
--- /applications/editors/josm/plugins/build-common.xml	(revision 36207)
+++ /applications/editors/josm/plugins/build-common.xml	(revision 36208)
@@ -18,5 +18,4 @@
     <property name="josm.test.build.dir"    location="../../core/test/build"/>
     <property name="jmockit.jar"            location="../00_core_test_lib/jmockit.jar"/>
-    <property name="checkstyle-build.dir"   location="../00_core_tools/checkstyle/build"/>
     <property name="annotations.jar"        location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/>
     <property name="core.tools.ivy"         location="../00_core_tools/ivy.xml"/>
@@ -411,5 +410,4 @@
         <delete dir="${plugin.build.dir}"/>
         <delete dir="${plugin.doc.dir}"/>
-        <delete dir="${checkstyle-build.dir}"/>
         <delete file="${plugin.jar}"/>
         <delete file="${plugin.sources.jar}"/>
@@ -648,16 +646,7 @@
     </target>
 
-    <target name="checkstyle-compile" depends="resolve-tools">
-        <mkdir dir="${checkstyle-build.dir}"/>
-        <javac sourcepath="" srcdir="../00_core_tools/checkstyle/src" failonerror="true"
-            destdir="${checkstyle-build.dir}" release="${java.lang.version}" debug="on"
-            includeantruntime="false" createMissingPackageInfoClass="false"
-            encoding="UTF-8" classpathref="checkstyle.classpath">
-        </javac>
-    </target>
-    <target name="checkstyle" depends="checkstyle-compile">
+    <target name="checkstyle" depends="resolve-tools">
         <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties">
             <classpath refid="checkstyle.classpath"/>
-            <classpath path="${checkstyle-build.dir}"/>
         </taskdef>
         <checkstyle config="${basedir}/../checkstyle-config.xml">
Index: /applications/editors/josm/plugins/checkstyle-config.xml
===================================================================
--- /applications/editors/josm/plugins/checkstyle-config.xml	(revision 36207)
+++ /applications/editors/josm/plugins/checkstyle-config.xml	(revision 36208)
@@ -32,4 +32,5 @@
       <property name="checkHtml" value="false"/>
     </module>
+    <module name="MissingJavadocType"/>
     <module name="NonEmptyAtclauseDescription"/>
     <module name="AtclauseOrder"/>
@@ -96,5 +97,4 @@
     <module name="FinalClass"/>
     <module name="HideUtilityClassConstructor"/>
-    <module name="org.openstreetmap.josm.TopLevelJavadocCheck"/>
     <module name="SuppressionCommentFilter">
       <property name="offCommentFormat" value="CHECKSTYLE\.OFF\: ([\w\|]+)"/>
