CloneSet5794


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15214
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
25223
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
Clone Instance
1
Line Count
5
Source Line
214
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

                SyntheticArgumentBinding syntheticArg;
                if ((syntheticArg = syntheticArgs[i]).matchingField != null) {
                        codeStream.aload_0();
                        codeStream.load(syntheticArg);
                        codeStream.putfield(syntheticArg.matchingField);
                }


Clone Instance
2
Line Count
5
Source Line
223
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

                SyntheticArgumentBinding syntheticArg;
                if ((syntheticArg = syntheticArgs[i]).matchingField != null) {
                        codeStream.aload_0();
                        codeStream.load(syntheticArg);
                        codeStream.putfield(syntheticArg.matchingField);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

SyntheticArgumentBinding syntheticArg;
if ((syntheticArg = syntheticArgs[i]).matchingField != null) {
  codeStream.aload_0();
  codeStream.load(syntheticArg);
  codeStream.putfield(syntheticArg.matchingField);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None