| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.967 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 957 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java |
| 2 | 4 | 964 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java |
| ||||
if ( !res.contains(curr)) {
res.add(curr);
}
collectRelaxingTypes(res, curr);
|
| ||||
if ( !res.contains(binding)) {
res.add(binding);
}
collectRelaxingTypes(res, binding);
|
| |||
if ( !res.contains( [[#variable50397e00]])) {
res.add( [[#variable50397e00]]);
}
collectRelaxingTypes(res, [[#variable50397e00]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50397e00]] | curr |
| 1 | 2 | [[#50397e00]] | binding |