| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.952 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AccessRulesDialog.java |
| 2 | 2 | 198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java |
| ||||
FormText text = toolkit.createFormText(composite, true);
text.setFont(inner.getFont());
|
| ||||
FormText formText = toolkit.createFormText(parent, true);
formText.setFont(parent.getFont());
|
| |||
FormText [[#variable95dd4080]]= toolkit.createFormText( [[#variable95433000]], true); [[#variable95dd4080]].setFont( [[#variable95dd4000]].getFont()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#95dd4080]] | formText |
| 1 | 2 | [[#95dd4080]] | text |
| 2 | 1 | [[#95433000]] | parent |
| 2 | 2 | [[#95433000]] | composite |
| 3 | 1 | [[#95dd4000]] | parent |
| 3 | 2 | [[#95dd4000]] | inner |