Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 8 | 3 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 488 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationContext.java |
2 | 1 | 341 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java |
3 | 1 | 342 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java |
4 | 6 | 554 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
5 | 6 | 560 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
6 | 6 | 572 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
7 | 6 | 584 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
8 | 6 | 52 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/HierarchyScope.java |
| ||||
System.arraycopy(this.variables, 0, this.variables = new GlobalVariable[this.variableCount * 2], 0, this.variableCount); |
| ||||
System.arraycopy(this.typeModels, 0, this.typeModels = new IGenericType[this.typeIndex * 2], 0, this.typeIndex); |
| ||||
System.arraycopy(this.typeBindings, 0, this.typeBindings = new ReferenceBinding[this.typeIndex * 2], 0, this.typeIndex); |
| ||||
System.arraycopy( this.types, 0, this.types = new IType[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.typeNameRanges, 0, this.typeNameRanges = new SourceRange[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.memberName, 0, this.memberName = new String[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.memberNameRange, 0, this.memberNameRange = new SourceRange[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.elements, 0, this.elements = new IResource[this.elementCount * 2], 0, this.elementCount); |
| |||
System.arraycopy(this. [[#variablebd756140]], 0, this. [[#variablebd756140]]= new [[#variablebd7560e0]][this. [[#variablebd756080]] * 2], 0, this. [[#variablebd756080]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd756140]] | variables |
1 | 2 | [[#bd756140]] | typeBindings |
1 | 3 | [[#bd756140]] | typeModels |
1 | 4 | [[#bd756140]] | memberNameRange |
1 | 5 | [[#bd756140]] | memberName |
1 | 6 | [[#bd756140]] | typeNameRanges |
1 | 7 | [[#bd756140]] | types |
1 | 8 | [[#bd756140]] | elements |
2 | 1 | [[#bd7560e0]] | GlobalVariable |
2 | 2 | [[#bd7560e0]] | ReferenceBinding |
2 | 3 | [[#bd7560e0]] | IGenericType |
2 | 4 | [[#bd7560e0]] | SourceRange |
2 | 5 | [[#bd7560e0]] | String |
2 | 6 | [[#bd7560e0]] | SourceRange |
2 | 7 | [[#bd7560e0]] | IType |
2 | 8 | [[#bd7560e0]] | IResource |
3 | 1 | [[#bd756080]] | variableCount |
3 | 2 | [[#bd756080]] | typeIndex |
3 | 3 | [[#bd756080]] | typeIndex |
3 | 4 | [[#bd756080]] | typeDepth |
3 | 5 | [[#bd756080]] | typeDepth |
3 | 6 | [[#bd756080]] | typeDepth |
3 | 7 | [[#bd756080]] | typeDepth |
3 | 8 | [[#bd756080]] | elementCount |