File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/edu/uniandes/tsdl/mutapk/hashfunction/sha3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public synchronized ApkHashSeparator setApkHashSeparator(ApkHashSeparator nuevoA
4242 boolean isDuplicate = apkHashesSeparator .containsKey (nuevoApkHashSeparator );
4343 if (isDuplicate ) {
4444 ApkHashSeparator duplicate = apkHashesSeparator .get (nuevoApkHashSeparator );
45- System .out .println (" HashCode: " + nuevoApkHashSeparator .hashCode () + " duplicate: " + duplicate .hashCode ());
45+ System .out .println (nuevoApkHashSeparator . getMutanteId () + " HashCode: " + nuevoApkHashSeparator .hashCode () + " duplicate: " + duplicate .hashCode ());
4646 if (duplicate != null && nuevoApkHashSeparator .equals (duplicate )) {
4747// System.out.println("ES IGUAL: " + nuevoApkHashSeparator.equals(duplicate));
4848// System.out.println("ES IGUAL Nuevo: " + nuevoApkHashSeparator.getMutanteId());
@@ -56,7 +56,7 @@ public synchronized ApkHashSeparator setApkHashSeparator(ApkHashSeparator nuevoA
5656 return duplicate ;
5757 }
5858 }
59- System .out .println (" HashCode: " + nuevoApkHashSeparator .hashCode ());
59+ System .out .println (nuevoApkHashSeparator . getMutanteId () + " HashCode: " + nuevoApkHashSeparator .hashCode ());
6060 nuevoApkHashSeparator .setId (id );
6161 apkHashesSeparator .put (nuevoApkHashSeparator , nuevoApkHashSeparator );
6262 id ++;
You can’t perform that action at this time.
0 commit comments