MCPcopy Create free account
hub / github.com/antlr/codebuff / cast

Method cast

corpus/java/training/guava/collect/Lists.java:1193–1195  ·  view source on GitHub ↗

Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557

(Iterable<T> iterable)

Source from the content-addressed store, hash-verified

1191 * Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
1192 */
1193 static <T> List<T> cast(Iterable<T> iterable) {
1194 return (List<T>) iterable;
1195 }
1196}

Callers 13

getMethod · 0.95
getLastMethod · 0.95
runMethod · 0.45
getAnnotationMethod · 0.45
expectArgumentMethod · 0.45
newProxyMethod · 0.45
getEnumIfPresentMethod · 0.45
throwIfInstanceOfMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
newProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected