try(DataOutputStream outputStream=new DataOutputStream(new FileOutputStream(logPath,true))) | try(DataOutputStream outputStream=new DataOutputStream(new FileOutputStream(logPath.toFile(),true))) | logPath | logPath.toFile() | buck | d5bbadf01b5f7ccb624dfbdafe934318d91a64d7 | com.facebook.buck.tools.consistency.RuleKeyFileParserTest | | | | | | Uses | True |
try(DataOutputStream outputStream=new DataOutputStream(new FileOutputStream(logPath,true))) | try(DataOutputStream outputStream=new DataOutputStream(new FileOutputStream(logPath.toFile(),true))) | logPath | logPath.toFile() | buck | d5bbadf01b5f7ccb624dfbdafe934318d91a64d7 | com.facebook.buck.tools.consistency.RuleKeyFileParserTest | | | | | | Uses | True |