Toggle navigation
Home
java.lang.String to com.graphicsfuzz.common.ast.type.StructNameType
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'graphicsfuzz'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
type.getName()
to
structDefinitionType.getStructNameType()
referencedStructs
to
getAllReferencedStructs(lookupDeclaration((StructNameType)t.getWithoutQualifiers(),structs),structs)
structFieldRenaming.get(oldName).containsKey(structType.getFieldName(i))
to
structFieldRenaming.get(structNameType).containsKey(structDefinitionType.getFieldName(i))
structFieldRenaming.get(oldName).get(structType.getFieldName(i))
to
structFieldRenaming.get(structNameType).get(structDefinitionType.getFieldName(i))
(StructType)t.getWithoutQualifiers().getName()
to
structDefinitionType.getStructNameType()
getAllReferencedStructs((StructNameType)t.getWithoutQualifiers())
to
getAllReferencedStructs(lookupDeclaration((StructNameType)t.getWithoutQualifiers(),structs),structs)
Rename Variable
observedStructs
to
result
observedStructs
to
result
Cascading Type Change (Different)
StructType
to
StructNameType