Toggle navigation
Home
java.lang.CharSequence to java.lang.String
No. of Instances - 8
No. of Commits - 2
No. of Projects - {'error-prone'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
path.toString()
to
path
input.toString()
to
input
subSequence
to
toString
DbmsType.findByNameIgnoreCase(makeNullSafeString(dbmsTypeName)).orElseThrow(IllegalArgumentException::new)
to
DbmsType.findByIgnoreCase(dbmsTypeName).orElseThrow(IllegalArgumentException::new)
actual().equalsIgnoreCase(unexpected.toString())
to
actual().equalsIgnoreCase(unexpected)
actual().equalsIgnoreCase(expected.toString())
to
actual().equalsIgnoreCase(expected)
Cascading Type Change (Similar)
SampleElements<CharSequence>
to
SampleElements<>
CharSequence
to
String
Other
password
to
password
username
to
username
ipAddress
to
ipAddress