Toggle navigation
Home
com.sun.source.tree.MethodInvocationTree to com.sun.source.tree.ExpressionTree
No. of Instances - 29
No. of Commits - 3
No. of Projects - {'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
getStackTraceMatcher.matches((MethodInvocationTree)receiverTree,state)
to
getStackTraceMatcher.matches(receiverTree,state)
Other
anyOfIterable(concat(sizeStaticMethods,lengthStaticMethods))
to
anyOfIterable(concat(sizeStaticMethods,lengthStaticMethods))