Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.973 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 322 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileChooserDialog.java |
2 | 6 | 388 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileManagerDialog.java |
| |||||
/** * @return The selection. */ public String getSelection() { return selection; } public boolean isDontAskedSelected() { return checkBox.isSelected(); } |
| |||||
/** * @return The selection. */ public String getSelection() { return selection; } public boolean isAlwaysAskSelected() { return checkBox.isSelected(); } |
| |||
/** * @return The selection. */ /** * @return The selection. */ public String getSelection() { return selection; } public boolean [[#variable114190e0]]() { return checkBox.isSelected(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#114190e0]] | isDontAskedSelected |
1 | 2 | [[#114190e0]] | isAlwaysAskSelected |