Toggle navigation
Home
org.eclipse.jetty.util.resource.Resource to java.io.File
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'jetty.project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
loc_string.getFile().getParentFile().toURI().toString()
to
loc_string.getParentFile().toURI().toString()
resource.getFile()
to
locationFile
loc_string.getFile().getParentFile().toURI().toString()
to
loc_string.getParentFile().toURI().toString()
Cascading Type Change (Similar)
Resource
to
File
Rename Method invocation
getLoadedFrom
to
getLocationOfClassAsFile
Rename Variable
resource
to
locationFile
resource
to
locationFile