Toggle navigation
Home
java.lang.String to java.lang.Class<?>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'jbpm'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
log.getNoIndexedEntityException(entityType)
to
log.getNoIndexedEntityException(entityType.getCanonicalName())
entityManager.createNamedQuery(DELETE_ASSOCIATION_NAMED_QUERY).setParameter("associationKey",associationValue.getKey()).setParameter("associationValue",associationValue.getValue()).setParameter("sagaType",sagaType).setParameter("sagaId",sagaIdentifier)
to
entityManager.createNamedQuery(DELETE_ASSOCIATION_NAMED_QUERY).setParameter("associationKey",associationValue.getKey()).setParameter("associationValue",associationValue.getValue()).setParameter("sagaType",getSagaTypeName(sagaType)).setParameter("sagaId",sagaIdentifier)
className
to
clazz.getName()
interfaceName
to
remoteInterface.getName()
interfaceName
to
syncInterface.getName()
interfaceName
to
syncInterface.getName()
viewServices
to
descriptor.getViewServices()
viewServices.get(businessInterfaceType.getName())
to
viewServices.get(businessInterfaceType)
viewServices.containsKey(businessInterfaceType.getName())
to
viewServices.containsKey(businessInterfaceType)
buildViews(descriptor)
to
descriptor.getViewServices()
viewServices.get(businessInterfaceType.getName())
to
viewServices.get(businessInterfaceType)
viewServices.containsKey(businessInterfaceType.getName())
to
viewServices.containsKey(businessInterfaceType)
clazz
to
clazz.getName()
cls
to
cls.getName()
getSimpleName
to
getClass
Cascading Type Change (Similar)
String
to
Class<?>
Rename Variable
mainClassName
to
mainClass
mainClassName
to
mainClass
className
to
clazz
includeActors
to
actorClasses
functionName
to
functionClass
functionName
to
functionClass
functionName
to
accFunctionClass
pkg
to
type
typeIdentifier
to
type
responseName
to
responseType
responseName
to
responseType
responseName
to
responseType
className
to
clazz
interfaceName
to
remoteInterface
interfaceName
to
syncInterface
interfaceName
to
syncInterface
className
to
testClass
name
to
clazz
Cascading Type Change (Different)
ClassNameSpecification
to
ClassSpecification