Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 209 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindDialog.java |
2 | 3 | 223 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindReplaceDialog.java |
| |||||
private void mark(int start, int end) { text.setCaretPosition(start); text.moveCaretPosition(end); } |
| |||||
// to mark a text in the JTextPane private void mark(int start, int end) { text.setCaretPosition(start); text.moveCaretPosition(end); } |
| |||
// to mark a text in the JTextPane private void mark(int start, int end) { text.setCaretPosition(start); text.moveCaretPosition(end); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |