Mondego / oreo-artifact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a bug in the java source code

quan3 opened this issue · comments

commented

Hi,
When I run the java code, I found an error.
The DirExplorer.java file under the directory...../java-parser/src/uci/mondego, in the code snippet shown below

if (file.isDirectory()) { results.addAll(finder(file.getName())); }

When it is a directory, this block should be file.getAbsolutePath(), not file.getName()