Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 186 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java |
2 | 6 | 196 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java |
| ||||
if (currentLocal != null) { currentLocalsCounter++; switch (currentLocal.id()) { case TypeIds.T_double: case TypeIds.T_long: indexInCurrentLocals++; // next entry is null } } |
| ||||
if (prevLocal != null) { prevLocalsCounter++; switch (prevLocal.id()) { case TypeIds.T_double: case TypeIds.T_long: indexInPrevLocals++; // next entry is null } } |
| |||
if ( [[#variable4eda74e0]]!= null) { [[#variable4eda75c0]]++; switch ( [[#variable4eda74e0]].id()) { case TypeIds.T_double: case TypeIds.T_long: [[#variable4eda7580]]++; // next entry is null } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4eda74e0]] | currentLocal |
1 | 2 | [[#4eda74e0]] | prevLocal |
2 | 1 | [[#4eda75c0]] | currentLocalsCounter |
2 | 2 | [[#4eda75c0]] | prevLocalsCounter |
3 | 1 | [[#4eda7580]] | indexInCurrentLocals |
3 | 2 | [[#4eda7580]] | indexInPrevLocals |