stream.putNextEntry(new ZipEntry(target.toString())); | stream.putNextEntry(new ZipEntry(target)); | target.toString() | target | elasticsearch | a520e7c7ad3c8213646683ae692c5f6427e30d75 | org.elasticsearch.plugins.InstallPluginCommandTests.writeZip.walkFileTree | | | | | | Uses | True |
assertEquals(path.toString(),actual1); | assertEquals(path,actual1); | path.toString() | path | buck | 6a19e6ba90c4bedd324062f43ef792409df1c3df | com.facebook.buck.rules.SourcePathResolverTest | | | | | | Uses | True |
Path pathAsterisksReplaced=Paths.get(path.toString().replaceAll(STR0,uuid)); | Path pathAsterisksReplaced=Paths.get(pathString.replaceAll(STR0,uuid)); | path.toString() | path | beam | 49b8b2302f4cbc67690617dee788356de2337d65 | org.apache.beam.sdk.io.LocalResourceId | | | | | | Uses | True |
ImmutableMap<String,ImmutableMap<String,String>> sections=ImmutableMap.of(STR0,ImmutableMap.of(STR1,javac.toString())); | ImmutableMap<String,ImmutableMap<String,String>> sections=ImmutableMap.of(STR0,ImmutableMap.of(STR1,javac)); | javac.toString() | javac | buck | f797d1da83b85697718219cda307ec78ae731cd2 | com.facebook.buck.jvm.java.JavaBuckConfigTest | | | | | | Uses | True |
expectedState.put(devicePath.toString(),filesystem.computeSha1(hostPath).toString()); | expectedApkState.put(packageName,filesystem.computeSha1(hostPath).toString()); | devicePath.toString() | devicePath | buck | dbbde76966d31aa926d30660cfc202661d1b54e1 | com.facebook.buck.android.ExopackageInstallerIntegrationTest.ExpectedStateBuilder | | _1 | devicePath |
---|
_2 | packageName |
---|
| | | | Uses | True |
return line.replaceAll(path.toString(),replacement); | return line.replace(target,replacement); | path.toString() | path | jetty.project | 29d48b0de5fe4529c6aedb13fe96934147bcf9a8 | org.eclipse.jetty.docs.JettyIncludeExtension.JettyIncludeProcessor | | | | | | Uses | True |