Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 30 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/io/DefaultMimeTypeTable.java |
2 | 1 | 126 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/plugin/ExtensionXMLParser.java |
3 | 1 | 16 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/search/DistinctResultHelper.java |
4 | 1 | 71 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/main/MessageOptionParser.java |
| |||||
Map<String, String> result = new Hashtable<String, String>(); |
| |||||
Map<String, String> attributes = new Hashtable<String, String>(); |
| |||||
// temporary hashtable to check for duplicated Hashtable<String, String> hashtable = new Hashtable<String, String>(); |
| |||||
Hashtable<String, String> map = new Hashtable<String, String>(); |
| |||
[[#variable130041a0]]<String, String> [[#variable13004200]]= new Hashtable<String, String>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130041a0]] | Map |
1 | 2 | [[#130041a0]] | Map |
1 | 3 | [[#130041a0]] | // temporary hashtable to check for duplicated Hashtable |
1 | 4 | [[#130041a0]] | Hashtable |
2 | 1 | [[#13004200]] | result |
2 | 2 | [[#13004200]] | attributes |
2 | 3 | [[#13004200]] | hashtable |
2 | 4 | [[#13004200]] | map |