Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 32 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
2 | 4 | 24 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java |
| ||||
private BranchLabel breakLabel, continueLabel; // for local variables table attributes int preCondInitStateIndex = -1; int preIncrementsInitStateIndex = -1; int condIfTrueInitStateIndex = -1; |
| ||||
private BranchLabel breakLabel, continueLabel; int preCondInitStateIndex = -1; int condIfTrueInitStateIndex = -1; int mergedInitStateIndex = -1; |
| |||
private BranchLabel breakLabel, continueLabel; // for local variables table attributes int preCondInitStateIndex = -1; int [[#variable5b7844c0]]= -1; int [[#variable5b6bf6a0]]= -1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b7844c0]] | condIfTrueInitStateIndex |
1 | 2 | [[#5b7844c0]] | preIncrementsInitStateIndex |
2 | 1 | [[#5b6bf6a0]] | mergedInitStateIndex |
2 | 2 | [[#5b6bf6a0]] | condIfTrueInitStateIndex |