Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 297 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConditionalExpression.java |
2 | 2 | 360 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
3 | 2 | 230 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java |
4 | 2 | 249 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java |
| ||||
TypeBinding conditionType = condition.resolveTypeExpecting(scope, TypeBinding.BOOLEAN); condition.computeConversion(scope, TypeBinding.BOOLEAN, conditionType); |
| ||||
TypeBinding type = condition.resolveTypeExpecting(scope, TypeBinding.BOOLEAN); condition.computeConversion(scope, type, type); |
| ||||
TypeBinding type = condition.resolveTypeExpecting(scope, TypeBinding.BOOLEAN); condition.computeConversion(scope, type, type); |
| ||||
TypeBinding type = condition.resolveTypeExpecting(scope, TypeBinding.BOOLEAN); condition.computeConversion(scope, type, type); |
| |||
TypeBinding [[#variable5602d4c0]]= condition.resolveTypeExpecting(scope, TypeBinding.BOOLEAN); condition.computeConversion(scope, [[#variable94abe560]], [[#variable5602d4c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5602d4c0]] | type |
1 | 2 | [[#5602d4c0]] | conditionType |
1 | 3 | [[#5602d4c0]] | type |
1 | 4 | [[#5602d4c0]] | type |
2 | 1 | [[#94abe560]] | type |
2 | 2 | [[#94abe560]] | TypeBinding.BOOLEAN |
2 | 3 | [[#94abe560]] | type |
2 | 4 | [[#94abe560]] | type |