Index: /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/data/JFCTargetComparator.java
===================================================================
--- /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/data/JFCTargetComparator.java	(revision 403)
+++ /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/data/JFCTargetComparator.java	(revision 404)
@@ -351,15 +351,6 @@
 			if (obj instanceof JFCWidget) {
 				JFCWidget other = (JFCWidget) obj;
-				
-				
 				boolean titleEqual = CollectionUtils.containsAny(titles, other.titles);
 				boolean hashEqual = CollectionUtils.containsAny(hashCodes, other.hashCodes);
-				
-				/*
-				Set<String> titlesCopy = new LinkedHashSet<String>(titles);
-				Set<String> hashCodesCopy = new LinkedHashSet<String>(hashCodes);
-
-				titlesCopy.retainAll(other.titles);
-				hashCodesCopy.retainAll(other.hashCodes);*/
 
 				boolean retVal;
@@ -373,15 +364,4 @@
 							&& text.equals(other.text) && (titleEqual || hashEqual));
 				}
-				/*
-				if (widgetClass.equals("Class")) {
-					retVal = (widgetClass.equals(other.widgetClass)
-							&& text.equals(other.text) && (!titlesCopy
-							.isEmpty() || !hashCodesCopy.isEmpty()));
-				} else {
-					retVal = (widgetClass.equals(other.widgetClass)
-							&& index.equals(other.index)
-							&& text.equals(other.text) && (!titlesCopy
-							.isEmpty() || !hashCodesCopy.isEmpty()));
-				}*/
 				return retVal;
 			}
