Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.967 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 296 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
2 | 3 | 429 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/junit/wizards/NewTestCaseWizardPageTwo.java |
| ||||
for (int i = 0; i < fCheckedObjects.length; i++) { if (fCheckedObjects[i] instanceof IMethod) methodCount++; } |
| ||||
for (int i = 0; i < checked.length; i++) { if (checked[i] instanceof IMethod) checkedMethodCount++; } |
| |||
for (int i = 0; i < [[#variable4e8c63c0]].length; i++) { if ( [[#variable4e8c63c0]][i] instanceof IMethod) [[#variable4e8c6340]]++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e8c63c0]] | checked |
1 | 2 | [[#4e8c63c0]] | fCheckedObjects |
2 | 1 | [[#4e8c6340]] | checkedMethodCount |
2 | 2 | [[#4e8c6340]] | methodCount |