Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 259 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
2 | 3 | 202 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java |
| ||||
int jumpPC = codeStream.position; codeStream.goto_(conditionLabel); codeStream.recordPositionsFrom(jumpPC, condition.sourceStart); |
| ||||
int jumpPC = codeStream.position; codeStream.goto_(continueLabel); codeStream.recordPositionsFrom(jumpPC, condition.sourceStart); |
| |||
int jumpPC = codeStream.position; codeStream.goto_( [[#variable509c8aa0]]); codeStream.recordPositionsFrom(jumpPC, condition.sourceStart); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#509c8aa0]] | conditionLabel |
1 | 2 | [[#509c8aa0]] | continueLabel |