CloneSet2371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5340.960statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16246
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java
25335
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java
35376
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java
Clone Instance
1
Line Count
6
Source Line
246
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java

        addToChildren(parentInfo, handle);
        parentInfo.addCategories(handle, fieldInfo.categories);
        this.newElements.put(handle, info);

        this.infoStack.push(info);
        this.handleStack.push(handle);


Clone Instance
2
Line Count
5
Source Line
335
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java

        addToChildren(parentInfo, handle);
        parentInfo.addCategories(handle, methodInfo.categories);
        this.newElements.put(handle, info);
        this.infoStack.push(info);
        this.handleStack.push(handle);


Clone Instance
3
Line Count
5
Source Line
376
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java

        addToChildren(parentInfo, handle);
        this.unitInfo.addAnnotationPositions(handle, typeInfo.annotationPositions);
        this.newElements.put(handle, info);
        this.infoStack.push(info);
        this.handleStack.push(handle);


Clone AbstractionParameter Count: 4Parameter Bindings

addToChildren(parentInfo, handle);
 [[#variableba001540]]. [[#variableba001060]](handle,  [[#variableba000760]]. [[#variableba000840]]);
this.newElements.put(handle, info);
this.infoStack.push(info);
this.handleStack.push(handle);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba001540]]
this.unitInfo 
12[[#ba001540]]
parentInfo 
13[[#ba001540]]
parentInfo 
21[[#ba001060]]
addAnnotationPositions 
22[[#ba001060]]
addCategories 
23[[#ba001060]]
addCategories 
31[[#ba000760]]
typeInfo 
32[[#ba000760]]
fieldInfo 
33[[#ba000760]]
methodInfo 
41[[#ba000840]]
annotationPositions 
42[[#ba000840]]
categories 
43[[#ba000840]]
categories