Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.990 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 373 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/APTDispatchRunnable.java |
2 | 2 | 377 | 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); |
| ||||
// 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); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#585adfe0]] | fileFactory2Annos |
1 | 2 | [[#585adfe0]] | batchFactory2Annos |