checkerConfig.addAttribute(STR0,temporaryFolder.newFile().getPath()); | checkerConfig.addAttribute(STR0,File.createTempFile(STR1,null,temporaryFolder).getPath()); | temporaryFolder.newFile() | File.createTempFile(STR1,null,temporaryFolder) | checkstyle | 676dd7c9a11f2fb0b8d756a068aea6782f486cd1 | com.puppycrawl.tools.checkstyle.CheckerTest | | _1 | temporaryFolder |
---|
_2 | temporaryFolder |
---|
| | | | Uses | False |