Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 109 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/cswilly/Result.java |
2 | 5 | 116 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/cswilly/Result.java |
| |||||
private void processError(String line) { _offset = 0; _type = ERROR; _suggestions = new ArrayList(); _originalWord = ""; } |
| |||||
private void processOk(String line) { _offset = 0; _type = OK; _suggestions = new ArrayList(); _originalWord = ""; } |
| |||
private void [[#variable131a3740]](String line) { _offset = 0; _type = [[#variable131a36c0]]; _suggestions = new ArrayList(); _originalWord = ""; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131a3740]] | processError |
1 | 2 | [[#131a3740]] | processOk |
2 | 1 | [[#131a36c0]] | ERROR |
2 | 2 | [[#131a36c0]] | OK |