Toggle navigation
Home
com.sun.tools.javac.code.Type to com.sun.source.tree.Tree
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
getType(getLast(arguments))
to
getOnlyElement(((MethodInvocationTree)getReceiver(tree)).getArguments())
getType(arguments.get(0))
to
getLast(arguments)
getType(arguments.get(arguments.size() - 2))
to
getOnlyElement(arguments)
getReceiverType(tree)
to
getReceiver(tree)
Rename Variable
argumentType
to
argument
argumentType
to
argument
receiverType
to
receiver
receiverType
to
receiver