Index: trunk/tools/spotbugs/josm-filter.xml
===================================================================
--- trunk/tools/spotbugs/josm-filter.xml	(revision 18332)
+++ trunk/tools/spotbugs/josm-filter.xml	(revision 18339)
@@ -8,8 +8,17 @@
     </Match>
     <Match>
+        <Bug pattern="EI_EXPOSE_REP" />
+    </Match>
+    <Match>
+        <Bug pattern="EI_EXPOSE_REP2" />
+    </Match>
+    <Match>
         <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
     </Match>
     <Match>
         <Bug pattern="IL_INFINITE_LOOP" />
+    </Match>
+    <Match>
+        <Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR" />
     </Match>
     <Match>
@@ -35,8 +44,4 @@
     </Match>
 
-    <Match>
-        <Bug pattern="EI_EXPOSE_REP2" />
-        <Class name="org.openstreetmap.josm.tools.CopyList" />
-    </Match>
     <Match>
         <Bug pattern="SF_SWITCH_FALLTHROUGH" />
