CloneSet7417


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

                // file based processing factory to the set of annotations that it 'claims'
                final Map<AnnotationProcessorFactory, Set<AnnotationTypeDeclaration>> fileFactory2Annos =
                        new HashMap<AnnotationProcessorFactory, Set<AnnotationTypeDeclaration>>( _factories.size() * 4 / 3 + 1);


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

                // batch processing factory to the set of annotations that it 'claims'
                final Map<AnnotationProcessorFactory, Set<AnnotationTypeDeclaration>> batchFactory2Annos =
                        new HashMap<AnnotationProcessorFactory, Set<AnnotationTypeDeclaration>>( _factories.size() * 4 / 3 + 1);


Clone AbstractionParameter Count: 1Parameter Bindings

// file based processing factory to the set of annotations that it 'claims'
// batch processing factory to the set of annotations that it 'claims'
final Map<AnnotationProcessorFactory,Set<AnnotationTypeDeclaration>>  [[#variable585adfe0]]= new HashMap<AnnotationProcessorFactory,Set<AnnotationTypeDeclaration>>(_factories.size() * 4 / 3 + 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#585adfe0]]
fileFactory2Annos 
12[[#585adfe0]]
batchFactory2Annos