Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 157 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
2 | 4 | 161 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
3 | 4 | 165 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
| ||||
{ result[0] = validateType(); result[1] = validateName(); result[2] = validateDefaultValue(); } |
| ||||
{ result[0] = validateName(); result[1] = validateType(); result[2] = validateDefaultValue(); } |
| ||||
{ result[0] = validateDefaultValue(); result[1] = validateName(); result[2] = validateType(); } |
| |||
{ result[0] = [[#variablea0f32c60]](); result[1] = [[#variablea0f32c00]](); result[2] = [[#variablea0f32b60]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f32c60]] | validateDefaultValue |
1 | 2 | [[#a0f32c60]] | validateName |
1 | 3 | [[#a0f32c60]] | validateType |
2 | 1 | [[#a0f32c00]] | validateName |
2 | 2 | [[#a0f32c00]] | validateType |
2 | 3 | [[#a0f32c00]] | validateName |
3 | 1 | [[#a0f32b60]] | validateType |
3 | 2 | [[#a0f32b60]] | validateDefaultValue |
3 | 3 | [[#a0f32b60]] | validateDefaultValue |