-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[java] Removing usages of deprecated methods in Require.java
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcd99ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diemol i think this created duplicate tests, there was allready a test for the Path
canCheckDirectoryState -> canCheckDirectoryPathState
canCheckFileState -> canCheckFilePathState
I think canCheckDirectoryPathState and canCheckFilePathState can be deleted now.
dcd99ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could have deleted the tests for the deprecated methods when we marked them. I'll do that now.
dcd99ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, sorry i missed it. I was not sure if it is okay to delete it, before deleting the methods.