Toggle navigation
Home
java.nio.file.Path to java.net.URI
No. of Instances - 42
No. of Commits - 6
No. of Projects - {'junit5', 'neo4j', 'closure-compiler', 'jetty.project'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
sourceDirs
to
sourceUris
sourceDir
to
sourceUri
getSourceDirsForPackage
to
getRootUrisForPackage
Other
location.toURI()
to
location.toURI()
Rename Method invocation
findClassesForPath
to
findClassesForUri
Add or Remove Method invocation
_locations.isIncludedAndNotExcluded(Paths.get(location))
to
_locations.isIncludedAndNotExcluded(location)
file.toPath()
to
jarUri
toAbsolutePath
to
toUri