Index: trunk/src/org/openstreetmap/josm/data/validation/util/MultipleNameVisitor.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/util/MultipleNameVisitor.java	(revision 14864)
+++ trunk/src/org/openstreetmap/josm/data/validation/util/MultipleNameVisitor.java	(revision 14865)
@@ -28,10 +28,6 @@
     private static final Icon MULTI_CLASS_ICON = ImageProvider.get("data", MULTI_CLASS_NAME);
 
-    /** The class name of the combined primitives */
-    private String multipleClassname;
     /** Name to be displayed */
     private String displayName;
-    /** Size of the collection */
-    private int size;
 
     /**
@@ -42,7 +38,8 @@
         StringBuilder multipleName = new StringBuilder();
         String multiplePluralClassname = null;
-        size = data.size();
+        int size = data.size();
 
-        multipleClassname = null;
+        // The class name of the combined primitives
+        String multipleClassname = null;
         for (OsmPrimitive osm : data) {
             String name = osm.getDisplayName(DefaultNameFormatter.getInstance());
