CloneSet5986


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.950statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1471
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java
24105
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java
Clone Instance
1
Line Count
4
Source Line
71
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java

                RecoveredType type = this.types[this.typeCount - 1];
                type.bodyEnd = 0; // reset position
                type.typeDeclaration.declarationSourceEnd = 0; // reset position
                type.typeDeclaration.bodyEnd = 0;


Clone Instance
2
Line Count
4
Source Line
105
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java

                        // add it to the last type
                        RecoveredType lastType = this.types[this.typeCount - 1];
                        lastType.bodyEnd = 0; // reopen type
                        lastType.typeDeclaration.bodyEnd = 0; // reopen type
                        lastType.typeDeclaration.declarationSourceEnd = 0; // reopen type


Clone AbstractionParameter Count: 3Parameter Bindings

// add it to the last type
RecoveredType  [[#variable761ea800]]= this.types[this.typeCount - 1];
 [[#variable761ea800]].bodyEnd = 0; // reset position // reopen type
 [[#variable761ea800]].typeDeclaration. [[#variable761ea7a0]]= 0; // reset position // reopen type
 [[#variable761ea800]].typeDeclaration. [[#variable761c1540]]= 0; // reopen type
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#761ea800]]
type 
12[[#761ea800]]
lastType 
21[[#761ea7a0]]
declarationSourceEnd 
22[[#761ea7a0]]
bodyEnd 
31[[#761c1540]]
bodyEnd 
32[[#761c1540]]
declarationSourceEnd