Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 70 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
2 | 3 | 172 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
3 | 2 | 61 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
| ||||
for (int i = 0, count = initializations.length; i < count; i++) { flowInfo = initializations[i].analyseCode(scope, flowContext, flowInfo); } |
| ||||
for (int i = 0, count = increments.length; i < count; i++) { incrementInfo = increments[i]. analyseCode(scope, incrementContext, incrementInfo); } |
| ||||
for (int i = 0, count = arguments.length; i < count; i++) { flowInfo = arguments[i].analyseCode(currentScope, flowContext, flowInfo); } |
| |||
for (int i = 0, count = [[#variablebfee9500]].length; i < count; i++) { [[#variablebfee9460]]= [[#variablebfee9500]][i].analyseCode( [[#variablebfee93e0]], [[#variablebfee9340]], [[#variablebfee9460]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bfee9500]] | increments |
1 | 2 | [[#bfee9500]] | initializations |
1 | 3 | [[#bfee9500]] | arguments |
2 | 1 | [[#bfee9460]] | incrementInfo |
2 | 2 | [[#bfee9460]] | flowInfo |
2 | 3 | [[#bfee9460]] | flowInfo |
3 | 1 | [[#bfee93e0]] | scope |
3 | 2 | [[#bfee93e0]] | scope |
3 | 3 | [[#bfee93e0]] | currentScope |
4 | 1 | [[#bfee9340]] | incrementContext |
4 | 2 | [[#bfee9340]] | flowContext |
4 | 3 | [[#bfee9340]] | flowContext |