CloneSet7851


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.989statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12381
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java
22528
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java
Clone Instance
1
Line Count
2
Source Line
381
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java

                        AnnotationProcessorFactory factory = entry.getKey();
                        Set<AnnotationTypeDeclaration> annotationTypes = getFactorySupportedAnnotations(factory, annotationDecls);


Clone Instance
2
Line Count
2
Source Line
528
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java

                        AnnotationProcessorFactory factory = entry.getKey();
                        Set<AnnotationTypeDeclaration> factoryDecls = getFactorySupportedAnnotations(factory, annotationDecls);


Clone AbstractionParameter Count: 1Parameter Bindings

AnnotationProcessorFactory factory = entry.getKey();
Set<AnnotationTypeDeclaration>  [[#variable4d869500]]= getFactorySupportedAnnotations(factory, annotationDecls);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4d869500]]
annotationTypes 
12[[#4d869500]]
factoryDecls