return Files.createDirectories(out).toString(); | return Files.createDirectories(out); | Files.createDirectories(out).toString() | Files.createDirectories(out) | bazel | 076f4ab33a9c2b4aee288e048b2fe9e4871bec07 | com.google.devtools.build.android.AndroidResourceProcessor | | _1 | prepareOutputPath |
---|
_2 | prepareOutputPath |
---|
| v0 | Files.createDirectories(out) |
---|
| | v0 | Files.createDirectories(out) |
---|
| Returns | True |
return newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath().toString(); | return newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath(); | newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath().toString() | newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath() | geode | 279fa0eb007adb789e1fa1a90e310299bc19e0a7 | org.apache.geode.rules.ServiceJarRule | | _1 | createJarFor |
---|
_2 | createJarFor |
---|
| v0 | newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath() |
---|
| | v0 | newJar(jarName,serviceClass.getName(),providerClass).toAbsolutePath() |
---|
| Returns | True |
String tempClusterPathString=tempPath.toAbsolutePath().toString(); | Path tempClusterPath=tempPath.toAbsolutePath(); | tempPath.toAbsolutePath().toString() | tempPath.toAbsolutePath() | elasticsearch | 9497b704bb5a6fd477b0732ca31e4a631094d297 | org.elasticsearch.env.NodeEnvironmentTests | | _1 | tempClusterPathString |
---|
_2 | tempClusterPath |
---|
| v0 | tempPath.toAbsolutePath() |
---|
| | v0 | tempPath.toAbsolutePath() |
---|
| AssignedTo | True |
String tempDataPathString=tempNoCluster.toAbsolutePath().toString(); | Path tempDataPath=tempNoCluster.toAbsolutePath(); | tempNoCluster.toAbsolutePath().toString() | tempNoCluster.toAbsolutePath() | elasticsearch | 9497b704bb5a6fd477b0732ca31e4a631094d297 | org.elasticsearch.env.NodeEnvironmentTests | | _1 | tempDataPathString |
---|
_2 | tempDataPath |
---|
| v0 | tempNoCluster.toAbsolutePath() |
---|
| | v0 | tempNoCluster.toAbsolutePath() |
---|
| AssignedTo | True |
return keystorePath.toAbsolutePath().toString(); | return keystorePath.toAbsolutePath(); | keystorePath.toAbsolutePath().toString() | keystorePath.toAbsolutePath() | jetty.project | b03643961d9d7be6ed566c42aadb9bd6428a3cfa | org.eclipse.jetty.test.KeystoreReloadTest | | _1 | useKeystore |
---|
_2 | useKeystore |
---|
| v0 | keystorePath.toAbsolutePath() |
---|
| | v0 | keystorePath.toAbsolutePath() |
---|
| Returns | True |