EsotericSoftware / EsotericSoftware/wildcard

Paths returns one non-existing element if alphabetic wildcard passed

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
107
Forks
21
PR merge metrics
No merged PRs in 30d

Description

If I create an object with:

```
Paths paths = new Paths("/", "foo");
```

There is always one `foo` element returned, like:

```
com.esotericsoftware.wildcard.Paths$Path
dir = "/"
name = "foo"
```

However this element does not exists in the filesystem.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.