System.out
.println("\n\nIt seems to be that the results are equivalent except of anonymous literals.");
System.out
.println("It must be more carefully checked!");
if (result1
.sameOrderExceptAnonymousLiterals(result2))
System.out
.println("\nThe results are in the same order ignoring anonymous literals!");
}
}