Skip to content

CompareDirectories.findDifferences - compare should be using this.pathComparator #128

@CodesAway

Description

@CodesAway

Currently, the code is using the Path compare and not the specified comparator
int compare = relativePath.applyAsInt(Path::compareTo);

Should be replaced with
int compare = relativePath.applyAsInt(this.pathComparator::compare);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions