Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 1 | 0.973 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 144 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TextFieldNavigationHandler.java |
2 | 10 | 181 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TextFieldNavigationHandler.java |
3 | 10 | 226 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TextFieldNavigationHandler.java |
| ||||
public String getText() { return fText.getText(); } public void setText(String text) { fText.setText(text); } public Point getSelection() { return fText.getSelection(); } |
| ||||
public String getText() { return fStyledText.getText(); } public void setText(String text) { fStyledText.setText(text); } public Point getSelection() { return fStyledText.getSelection(); } |
| ||||
public String getText() { return fCombo.getText(); } public void setText(String text) { fCombo.setText(text); } public Point getSelection() { return fCombo.getSelection(); } |
| |||
public String getText() { return [[#variable78a84f00]].getText(); } public void setText(String text) { [[#variable78a84f00]].setText(text); } public Point getSelection() { return [[#variable78a84f00]].getSelection(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78a84f00]] | fCombo |
1 | 2 | [[#78a84f00]] | fStyledText |
1 | 3 | [[#78a84f00]] | fText |