Map<Path,HashCode> pathsToHashes=ImmutableMap.of(jarFile.toPath(),HashCode.fromString(Strings.repeat(STR0,10))); | Map<Path,HashCode> pathsToHashes=ImmutableMap.of(jarFile,HashCode.fromString(Strings.repeat(STR0,10))); | ImmutableMap.of(jarFile.toPath(),HashCode.fromString(Strings.repeat(STR0,10))) | ImmutableMap.of(jarFile,HashCode.fromString(Strings.repeat(STR0,10))) | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.jvm.java.autodeps.PrebuiltJarSymbolsFinderTest | | | TCIVar | jarFile |
---|
v1 | HashCode.fromString(Strings.repeat(STR0,10)) |
---|
| - com.google.common.collect.ImmutableMap
| TCIVar | jarFile |
---|
v1 | HashCode.fromString(Strings.repeat(STR0,10)) |
---|
| Uses | True |