Toggle navigation
Home
java.lang.Class to java.util.List
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
type.length
to
types.size()
Arrays.asList(type)
to
types
types.toArray(new Class<?>[types.size()])
to
types
Arrays.stream(candidateClasses).filter(isJUnit4TestClassWithTests::test)
to
candidateClasses.stream()
stateInterface
to
stateDescriptors.get(stateIndex).getStateInterface()
stateInterface
to
stateDescriptors.get(stateIndex)
Rename Variable
type
to
types
type
to
types
type
to
types
stateInterface
to
accumulatorStateDescriptors
stateInterface
to
accumulatorStateDescriptors
stateInterface
to
accumulatorStateDescriptors
stateInterface
to
stateDescriptors
Update argument list (Method invocation)
scanForClassesInPackage
to
scanForClassesInPackage
Other
conf.getClasses(key,defaultValue)
to
conf.getClasses(key,defaultValue)
conf.getClasses(key,defaultValue)
to
conf.getClasses(key,defaultValue)