Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.958 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 42 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BreakStatement.java |
2 | 6 | 46 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ContinueStatement.java |
| ||||
this.initStateIndex = currentScope.methodScope().recordInitializationStates(flowInfo); this.targetLabel = targetContext.breakLabel(); FlowContext traversedContext = flowContext; int subCount = 0; |
| ||||
this.initStateIndex = currentScope.methodScope().recordInitializationStates(flowInfo); targetLabel = targetContext.continueLabel(); FlowContext traversedContext = flowContext; int subCount = 0; |
| |||
this.initStateIndex = currentScope.methodScope().recordInitializationStates(flowInfo); [[#variable77506f00]]= targetContext. [[#variable77506ec0]](); FlowContext traversedContext = flowContext; int subCount = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77506f00]] | this.targetLabel |
1 | 2 | [[#77506f00]] | targetLabel |
2 | 1 | [[#77506ec0]] | breakLabel |
2 | 2 | [[#77506ec0]] | continueLabel |