Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
With the recent changes we now have a type-safe way of representing paths:
- WorkspacePath for local (workspace) paths
- java.nio.file.Path for OS pahts
We should remove all String usage from the API to make sure we don't hit problems on Windows due to different path separators.