Toggle navigation
Home
java.lang.String to java.nio.charset.Charset
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jgit'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
outputCharset
to
outputCharset
config.charset
to
config.charset
inputCharset
to
inputCharset
inputCharset
to
inputCharset
inputCharset
to
inputCharset
!=
to
==
Introduce Literal
"US-ASCII"
to
US_ASCII
Rename Variable
encoding
to
charset
encoding
to
charset
encoding
to
charset
encoding
to
charset
charsetName
to
charset
encoding
to
charset
encoding
to
charset
encoding
to
charset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
characterEncoding
to
charset
characterEncoding
to
charset
characterEncoding
to
charset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
uriEncoding
to
uriCharset
charEncoding
to
charset
charEncoding
to
charset
requestEncoding
to
requestCharset
requestEncoding
to
requestCharset
result
to
charset
queryStringEncoding
to
queryStringCharset
queryStringEncoding
to
queryStringCharset
queryStringEncoding
to
queryStringCharset
encoding
to
paramCharset
queryStringEncoding
to
queryStringCharset
queryStringEncoding
to
queryStringCharset
encoding
to
charset
encoding
to
charset
enc
to
charset
enc
to
charset
encoding
to
charset
contentTypeString
to
charset
exchangeCharset
to
charset
Add or Remove Method invocation
UTF_8.name()
to
UTF_8
prototype.getBodyEncoding()
to
prototype.getBodyCharset()
encoders.get(enc)
to
encoders.get(charset)
B2CConverter.getCharset(encoding)
to
charset
encoders.get(enc)
to
encoders.get(charset)
encoding
to
B2CConverter.getCharset(encoding)
characterEncoding
to
charset.name()
connector.getURIEncoding()
to
connector.getURICharset()
queryStringEncoding
to
queryStringCharset.name()
getCharset(encoding)
to
charset
Update Class Instacne Creation
new StreamProvider(input,encoding)
to
new StreamProvider(input,encoding.name())
Cascading Type Change (Similar)
String
to
Charset
String
to
Charset
String
to
Charset
String
to
Charset
String
to
Charset
Rename Method invocation
getURIEncoding
to
getURICharset
getCharacterEncoding
to
getCharset
getEncoding
to
getCharset
setQueryStringEncoding
to
setQueryStringCharset
getURIEncoding
to
getURICharset
toString
to
getCharset