Toggle navigation
Home
java.util.Optional<java.lang.String> to java.lang.String
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'graylog2-server'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
cacheName
to
cacheName
queryString
to
queryString
detail
to
detail
context
to
context
language
to
language
who
to
who
scope
to
scope
role
to
role
description
to
description
description
to
description
this.request.getParameter(name)
to
this.request.getParameter(name)
this.request.getHeader(name)
to
this.request.getHeader(name)
message
to
message
" LIMIT " + limit
to
" LIMIT " + limit
" LIMIT " + limit
to
" LIMIT " + limit
this.includeClassNamePattern
to
this.includeClassNamePattern
((ClassSource)testSource).getJavaClass().getName()
to
((ClassSource)testSource).getJavaClass().getName()
((MethodSource)testSource).getClassName()
to
((MethodSource)testSource).getClassName()
this.serverProfileBody
to
this.serverProfileBody
this.credentialsId
to
this.credentialsId
catalogName
to
catalogName
databaseName
to
databaseName
visibility
to
visibility
branchName
to
branchName
name
to
name
errorThreshold
to
errorThreshold
projectVersion
to
projectVersion
Add or Remove Method invocation
DateTimeFormatter.RFC_1123_DATE_TIME.parse(ifUnmodifiedSince.get())
to
DateTimeFormatter.RFC_1123_DATE_TIME.parse(ifUnmodifiedSince)
DateTimeFormatter.RFC_1123_DATE_TIME.parse(etagIfModifiedSince.get())
to
DateTimeFormatter.RFC_1123_DATE_TIME.parse(etagIfModifiedSince)
VacationReply.builder(mail).reason(REASON).subject(SUBJECT)
to
Vacation
VacationReply.builder(mail).reason(REASON)
to
Vacation
SUBJECT.get()
to
SUBJECT
container().execInContainer("rabbitmqctl","-n",this.nodeName.get(),"forget_cluster_node",removalClusterNodeName)
to
container().execInContainer("rabbitmqctl","-n",this.nodeName,"forget_cluster_node",removalClusterNodeName)
description.orElse(null)
to
description
description.orElse(null)
to
description
pattern.matcher(headerValue.orElse(null)).matches()
to
pattern.matcher(headerValue).matches()
clientNameOnRequest.get()
to
clientNameOnRequest
header.get()
to
header
header.get().startsWith(this.prefixHeader)
to
header.startsWith(this.prefixHeader)
sessionToken.get().equals(parameterToken)
to
sessionToken.equals(parameterToken)
sessionToken.get().equals(headerToken)
to
sessionToken.equals(headerToken)
findComponent
to
orElseThrow
VERSION.orElse("unknown")
to
VERSION
javaSource.get()
to
javaMethodSource
combine.get()
to
combine
field.orElse(null)
to
field
field.get()
to
field
ModelNodes.optionalString(DEFAULT_CACHE.resolveModelAttribute(context,model))
to
DEFAULT_CACHE.resolveModelAttribute(context,model).asStringOrNull()
restAddress.map(CompletableFuture::completedFuture).orElse(FutureUtils.completedExceptionally(new DispatcherException("The Dispatcher has not been started with a REST endpoint.")))
to
restAddress
partition.get()
to
partition
Update Class Instacne Creation
new ESMetricReporter(ESReporterConfiguration.enabled(getContainerIp(),ES_HTTP_PORT,INDEX,PERIOD_IN_SECOND),registry)
to
new ESMetricReporter(ESReporterConfiguration.builder().enabled().onHost(getContainerIp(),ES_HTTP_PORT).onIndex(INDEX).periodInSecond(PERIOD_IN_SECOND).build(),registry)
Cascading Type Change (Similar)
Optional<String>
to
String
Optional<String>
to
String
Rename Variable
eventProcessingConfiguration
to
eventProcessingConfigurationName
sourceMethodName
to
methodName
nodeInstanceId
to
taskInstanceId
getNodeInstanceId
to
getTaskInstanceId
nodeInstanceId
to
taskInstanceId
nodeInstanceId
to
taskInstanceId
nodeInstanceId
to
taskInstanceId
Update argument list (Method invocation)
format
to
format