Skip to content

Sensless feedback loop #165

@coladict

Description

@coladict

JimfsFileSystemProvider#getFileSystem(URI) and JimfsFileSystemProvider#getPath(URI) just throw exceptions telling you to use FileSystems.getFileSystem(URI) and Paths.get(URI) respectively, but those recommended methods just fall back on calling these ones that throw unconditional exceptions.

Expectation:

You call Paths.get(URI) where the URI has a jimfs scheme and you get a Path object.

Reality:

You get an exception saying This method should not be called directly; use Paths.get(URI) instead.

Metadata

Metadata

Assignees

Labels

P3type=defectBug, not working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions