Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 430 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
2 | 4 | 434 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
| ||||
{ fSyntaxComponent.refreshState(); fSwitchCombo.setText(fItems[1]); fPageBook.showPage(fSyntaxComponent.getControl()); } |
| ||||
{ fJavaElementComponent.refreshState(); fSwitchCombo.setText(fItems[0]); fPageBook.showPage(fJavaElementComponent.getControl()); } |
| |||
{ [[#variablea318f560]].refreshState(); fSwitchCombo.setText(fItems[ [[#variablea318f500]]]); fPageBook.showPage( [[#variablea318f560]].getControl()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a318f560]] | fJavaElementComponent |
1 | 2 | [[#a318f560]] | fSyntaxComponent |
2 | 1 | [[#a318f500]] | 0 |
2 | 2 | [[#a318f500]] | 1 |