Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 90 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/list/AddressbookListModel.java |
2 | 13 | 90 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/contact/list/ContactListModel.java |
| |||||
{ String item = (String) o; // System.out.println("add item?:"+item); item = item.toLowerCase(); String pattern = getPatternString().toLowerCase(); if (item.indexOf(pattern) != -1) { result1 = true; } else { result1 = false; } } |
| |||||
{ String item = (String) o; // System.out.println("add item?:"+item); item = item.toLowerCase(); String pattern = getPatternString().toLowerCase(); if (item.indexOf(pattern) != -1) { result1 = true; } else { result1 = false; } } |
| |||
{ String item = (String) o; // System.out.println("add item?:"+item); item = item.toLowerCase(); String pattern = getPatternString().toLowerCase(); if (item.indexOf(pattern) != -1) { result1 = true; } else { result1 = false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |