ImmutableSortedSet<Path> paths=MorePaths.asPaths(ImmutableSet.of(STR0,STR1,root.getAbsolutePath() + STR2,Paths.get(STR3).toAbsolutePath().toString())); | ImmutableSortedSet<Path> paths=MorePaths.asPaths(ImmutableSet.of(STR0,STR1,root.toAbsolutePath() + STR2,Paths.get(STR3).toAbsolutePath().toString())); | root.getAbsolutePath() | root.toAbsolutePath() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.io.MorePathsTest | | | | | | Uses | True |
fail(String.format(STR0,zipFile.getAbsolutePath(),STR1 + pathify(STR2) + pathify(getClass().getPackage().getName() + STR3)+ zipName)); | fail(String.format(STR0,zipFile.toAbsolutePath(),STR1 + pathify(STR2) + pathify(getClass().getPackage().getName() + STR3)+ zipName)); | zipFile.getAbsolutePath() | zipFile.toAbsolutePath() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.index.internal.gbptree.GBPTreeBootstrapperTest | | | | | | Uses | True |
joiner.add(STR0 + indexFile.getAbsolutePath()); | joiner.add(STR0 + indexFile.toAbsolutePath()); | indexFile.getAbsolutePath() | indexFile.toAbsolutePath() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.index.internal.gbptree.GBPTreeCleanupJob | | | | | | Uses | True |
return format(STR0,indexFile.getAbsolutePath(),layout,stableGeneration(generation),unstableGeneration(generation)); | return format(STR0,indexFile.toAbsolutePath(),layout,stableGeneration(generation),unstableGeneration(generation)); | indexFile.getAbsolutePath() | indexFile.toAbsolutePath() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.index.internal.gbptree.GBPTree | | | | | | Uses | True |
assertResultContainsMessage(result,STR0 + file.getAbsolutePath()); | assertResultContainsMessage(result,STR0 + file.toAbsolutePath()); | file.getAbsolutePath() | file.toAbsolutePath() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.consistency.ConsistencyCheckWithCorruptGBPTreeIT | | | | | | Uses | True |
String[] urls={tmpDir.getAbsolutePath() + STR0,upload(r2)}; | String[] urls={tmpDir.toAbsolutePath() + STR0,upload(r2)}; | tmpDir.getAbsolutePath() | tmpDir.toAbsolutePath() | crate | 903ae6e6ce10f76dfb9047c15fc27321f38417e9 | io.crate.integrationtests.CopyIntegrationTest | | | | | | Uses | True |
String absolutePath=indexLocation.getAbsolutePath(); | Path absolutePath=indexLocation.toAbsolutePath(); | indexLocation.getAbsolutePath() | indexLocation.toAbsolutePath() | crate | 0f5e86411c9a9f30d3067b90845c8157735fa39b | io.crate.blob.v2.BlobIndicesService | | _1 | indexLocation |
---|
_2 | indexLocation |
---|
| | | | Uses | True |
format(STR0,classFile.getAbsolutePath()) | format(STR1,classFile.toAbsolutePath()) | classFile.getAbsolutePath() | classFile.toAbsolutePath() | junit5 | a498e23bcbbeea5ff2e6c9f0234f968602d6df4e | org.junit.platform.commons.util.ClasspathScanner | | | | | | Uses | True |