Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 613 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
2 | 4 | 689 | 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]; |
| ||||
this.memberNameRange[typeDepth] = new SourceRange(methodInfo.nameSourceStart, methodInfo.nameSourceEnd - methodInfo.nameSourceStart + 1); this.memberDeclarationStart[typeDepth] = methodInfo.declarationStart; IType currentType = this.types[typeDepth]; |
| |||
this. [[#variable62bf9900]][typeDepth] = new SourceRange( [[#variable5635b860]].nameSourceStart, [[#variable5635b860]].nameSourceEnd - [[#variable5635b860]].nameSourceStart + 1); this. [[#variable59806620]][typeDepth] = [[#variable5635b860]].declarationStart; IType currentType = this.types[typeDepth]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62bf9900]] | typeNameRanges |
1 | 2 | [[#62bf9900]] | memberNameRange |
2 | 1 | [[#5635b860]] | typeInfo |
2 | 2 | [[#5635b860]] | methodInfo |
3 | 1 | [[#59806620]] | typeDeclarationStarts |
3 | 2 | [[#59806620]] | memberDeclarationStart |