CloneSet4035


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.964statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15613
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
24689
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
Clone Instance
1
Line Count
5
Source Line
613
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                this.typeNameRanges[typeDepth] =
                        new SourceRange(typeInfo.nameSourceStart, typeInfo.nameSourceEnd - typeInfo.nameSourceStart + 1);
                this.typeDeclarationStarts[typeDepth] = typeInfo.declarationStart;

                IType currentType = this.types[typeDepth];


Clone Instance
2
Line Count
4
Source Line
689
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        this.memberNameRange[typeDepth] =
                                new SourceRange(methodInfo.nameSourceStart, methodInfo.nameSourceEnd - methodInfo.nameSourceStart + 1);
                        this.memberDeclarationStart[typeDepth] = methodInfo.declarationStart;
                        IType currentType = this.types[typeDepth];


Clone AbstractionParameter Count: 3Parameter Bindings

this. [[#variable62bf9900]][typeDepth] = new SourceRange( [[#variable5635b860]].nameSourceStart,  [[#variable5635b860]].nameSourceEnd -  [[#variable5635b860]].nameSourceStart + 1);
this. [[#variable59806620]][typeDepth] = [[#variable5635b860]].declarationStart;
IType currentType = this.types[typeDepth];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62bf9900]]
typeNameRanges 
12[[#62bf9900]]
memberNameRange 
21[[#5635b860]]
typeInfo 
22[[#5635b860]]
methodInfo 
31[[#59806620]]
typeDeclarationStarts 
32[[#59806620]]
memberDeclarationStart