ProcessBuilder prototype=new ProcessBuilder(STR0,STR1,STR2,STR3,STR4 + config.force_create_constraint,STR5 + param(STR6) + STR7+ USE_CYPHER,STR8,System.getProperty(STR9),getClass().getName(),path); | ProcessBuilder prototype=new ProcessBuilder(STR0,STR1,STR2,STR3,STR4 + config.force_create_constraint,STR5 + param(STR6) + STR7+ USE_CYPHER,STR8,System.getProperty(STR9),getClass().getName(),path.getPath()); | path | path.getPath() | neo4j | 12e4f63e1e1b614227b61bca0f02e78dc2666d4c | recovery.UniquenessRecoveryTest | | | | | | Uses | True |
checkerConfig.addAttribute(STR0,cacheFile); | checkerConfig.addAttribute(STR0,cacheFile.getPath()); | cacheFile | cacheFile.getPath() | checkstyle | da936a01b9404da4560aef2196e8760e387d16ab | com.puppycrawl.tools.checkstyle.filters.SuppressionFilterTest | | | | | | Uses | True |
TextIO.Read.Bound<String> read=TextIO.Read.from(filename).withCompressionType(compressionType); | TextIO.Read.Bound<String> read=TextIO.Read.from(file.getPath()).withCompressionType(compressionType); | filename | filename.getPath() | beam | 5f7153a3b81d13f9786d24174ba881fb79205784 | org.apache.beam.sdk.io.TextIOTest | | | | | | Uses | True |