Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 137 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java |
2 | 5 | 671 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/SearchAndReplace.java |
| |||||
Selection[] selection = textArea.getSelection(); if (selection.length == 0) { view.getToolkit().beep(); return; } |
| |||||
Selection[] selection = textArea.getSelection(); if (selection.length == 0) { view.getToolkit().beep(); return false; } |
| |||
Selection[] selection = textArea.getSelection(); if (selection.length == 0) { view.getToolkit().beep(); [[#variablec31f840]] } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c31f840]] | return; |
1 | 2 | [[#c31f840]] | return false; |