Toggle navigation
Home
java.lang.Class to java.util.Set
No. of Instances - 7
No. of Commits - 4
No. of Projects - {'sonarqube', 'orbit', 'ignite', 'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
classesOfInterest
to
Stream.of(classesOfInterest).map(c -> c.getName().replace('.','/')).map(this::getClassInfo).collect(Collectors.toSet())
pattern.customSuppressionAnnotation()
to
Collections.<Class<? extends Annotation>>emptySet()
msg0.getClass().equals(recordCls)
to
recordClasses.contains(msg0.getClass())
Rename Variable
classesOfInterest
to
classesOfInterestInfos
customSuppressionAnnotation
to
customSuppressionAnnotations
customSuppressionAnnotation
to
customSuppressionAnnotations
customSuppressionAnnotation
to
customSuppressionAnnotations
customSuppressionAnnotation
to
customSuppressionAnnotations
customSuppressionAnnotation
to
customSuppressionAnnotations
recordCls
to
recordClasses