-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I added jacoco to a local fork to see about test coverage, and there are paths untested entirely (FileHandler.readFileMap() for example) or other paths that should not be accessible (PathHandler.getDirectoryPath() has a path where object is null, for example, and that can be replaced with Objects.requireNonNull(object;) if you're on a recent JDK.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working