Skip to content

There is a bug in the java source code #1

@quan3

Description

@quan3

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions