assertEquals(STR0,config.getPythonInterpreter(),pythonA.getAbsolutePath()); | assertEquals(STR0,config.getPythonInterpreter(),pythonA.toAbsolutePath().toString()); | pythonA.getAbsolutePath() | pythonA.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | | | | | Uses | True |
assertEquals(STR0,python2.getAbsolutePath(),config.getPythonInterpreter()); | assertEquals(STR0,python2.toAbsolutePath().toString(),config.getPythonInterpreter()); | python2.getAbsolutePath() | python2.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | | | | | Uses | True |
PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.getAbsolutePath()))).build(),new ExecutableFinder()); | PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.toAbsolutePath().toString()))).build(),new ExecutableFinder()); | configPythonFile.getAbsolutePath() | configPythonFile.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | _1 | configPythonFile |
---|
_2 | configPythonFile |
---|
| | | | Uses | True |
PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.getAbsolutePath()))).build(),new ExecutableFinder()); | PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.toAbsolutePath().toString()))).build(),new ExecutableFinder()); | configPythonFile.getAbsolutePath() | configPythonFile.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | _1 | configPythonFile |
---|
_2 | configPythonFile |
---|
| | | | Uses | True |
assertEquals(STR0,configPythonFile.getAbsolutePath(),config.getPythonInterpreter()); | assertEquals(STR0,configPythonFile.toAbsolutePath().toString(),config.getPythonInterpreter()); | configPythonFile.getAbsolutePath() | configPythonFile.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | _1 | configPythonFile |
---|
_2 | configPythonFile |
---|
| | | | Uses | True |
PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.getAbsolutePath()))).build(),new ExecutableFinder()); | PythonBuckConfig config=new PythonBuckConfig(FakeBuckConfig.builder().setSections(ImmutableMap.of(STR0,ImmutableMap.of(STR1,configPythonFile.toAbsolutePath().toString()))).build(),new ExecutableFinder()); | configPythonFile.getAbsolutePath() | configPythonFile.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.python.PythonBuckConfigTest | | _1 | configPythonFile |
---|
_2 | configPythonFile |
---|
| | | | Uses | True |
workspace.runBuckBuild(STR0,buildReport.getAbsolutePath(),STR1,STR2,STR3).assertFailure(); | workspace.runBuckBuild(STR0,buildReport.toAbsolutePath().toString(),STR1,STR2,STR3).assertFailure(); | buildReport.getAbsolutePath() | buildReport.toAbsolutePath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.cli.BuildKeepGoingIntegrationTest | | _1 | buildReport |
---|
_2 | buildReport |
---|
| | | | Uses | True |
Process process=new ProcessBuilder(asList(STR0,STR1,System.getProperty(STR2),getClass().getName(),file.getAbsolutePath())).redirectError(INHERIT).redirectOutput(INHERIT).start(); | Process process=new ProcessBuilder(asList(STR0,STR1,System.getProperty(STR2),getClass().getName(),file.toAbsolutePath().toString())).redirectError(INHERIT).redirectOutput(INHERIT).start(); | file.getAbsolutePath() | file.toAbsolutePath().toString() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.index.internal.gbptree.GBPTreePartialCreateFuzzIT | | | | | | Uses | True |
throw new RuntimeException(STR0 + file.getAbsolutePath()); | throw new RuntimeException(STR0 + file.toAbsolutePath().toString()); | file.getAbsolutePath() | file.toAbsolutePath().toString() | wildfly | df9e16241207ebc412ddd16c790c4b7fee31a5c0 | org.jboss.as.test.integration.domain.mixed.OldVersionCopier | | | | | | Uses | True |
System.setProperty(STR0,loggingFile.getAbsolutePath()); | System.setProperty(STR0,loggingFile.toAbsolutePath().toString()); | loggingFile.getAbsolutePath() | loggingFile.toAbsolutePath().toString() | infinispan | 472c7afcb1c043b440f01fa7272a9edf8daf3cdc | org.infinispan.server.Bootstrap | | _1 | loggingFile |
---|
_2 | loggingFile |
---|
| | | | Uses | True |
StringBuilder filePath=new StringBuilder(srcDir.getAbsolutePath()); | StringBuilder filePath=new StringBuilder(srcDir.toAbsolutePath().toString()); | srcDir.getAbsolutePath() | srcDir.toAbsolutePath().toString() | javaparser | c102011e058233af13c6d8040409583f8f60f34e | com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver | | | | | | Uses | True |