if(type.isAssignableFrom(object.getClass())) | if(type.getRawType().isAssignableFrom(object.getClass())) | type | type.getRawType() | buck | a0127d7d7ea2ed7fc74c31db595d3081fd69a387 | com.facebook.buck.rules.coercer.IdentityTypeCoercer | | | | | | Uses | True |
for(method: theClass.getMethods()) | for(method: type.getRawType().getMethods()) | theClass | theClass.getRawType() | guava | f6d4417f0f9271e49eb3db82d0e1d348469f61e8 | com.google.common.collect.ForwardingMapTest | | | | | | Uses | True |
for(method: theClass.getMethods()) | for(method: type.getRawType().getMethods()) | theClass | theClass.getRawType() | guava | f6d4417f0f9271e49eb3db82d0e1d348469f61e8 | com.google.common.collect.ForwardingMapTest | | | | | | Uses | True |