예제 #1
0
 @Override
 public int hashCode() {
   int result = implementations.hashCode();
   result = 31 * result + loadedTypeInitializer.hashCode();
   result = 31 * result + typeInitializer.hashCode();
   result = 31 * result + instrumentedType.hashCode();
   result = 31 * result + methodGraph.hashCode();
   return result;
 }