提交 eca7860a 编写于 作者: M mchung

8015912: jdeps support to output in dot file format

8026255: Switch jdeps to follow traditional Java option style
Reviewed-by: alanb
上级 b640792f
......@@ -128,7 +128,7 @@ public class CallerSensitiveFinder {
{
ExecutorService pool = Executors.newFixedThreadPool(numThreads);
for (Path path : classes) {
ClassFileReader reader = ClassFileReader.newInstance(path.toFile());
ClassFileReader reader = ClassFileReader.newInstance(path);
for (ClassFile cf : reader.getClassFiles()) {
String classFileName = cf.getName();
// for each ClassFile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册