-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor String path -> Path path #111
Labels
Comments
I can try to do this |
nimirum
added a commit
to nimirum/tmc-netbeans
that referenced
this issue
Sep 2, 2015
You probably should be aware of the work done here: testmycode/tmc-core#70 even though this work shouldn't collide. |
NB: Prefer usage of That is, use *) http://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html. |
jamo
added a commit
that referenced
this issue
Oct 12, 2015
Pathy Strings refactored to Paths, closes #111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of strings for paths, we should prefer java.nio.file.Path.
The text was updated successfully, but these errors were encountered: