CloneSet8728


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1367
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java
23359
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java
Clone Instance
1
Line Count
3
Source Line
67
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java

                                 {
                this.locals = new VerificationTypeInfo[resolvedPosition + 1];
                this.locals[resolvedPosition] = info;
                                 }


Clone Instance
2
Line Count
3
Source Line
359
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java

                                 {
                this.locals = new VerificationTypeInfo[resolvedPosition + 1];
                this.locals[resolvedPosition] = info;
                                 }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  this.locals = new VerificationTypeInfo[resolvedPosition + 1];
  this.locals[resolvedPosition] = info;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None