Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.991 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 544 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageComposer.java |
2 | 11 | 557 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/composer/MessageComposer.java |
| |||||
if ((headerItemList != null) && (headerItemList.size() > 0)) { Address adr = null; try { adr = Address.parse((String) headerItemList.get(0)); header.getAttributes().put("columba.to", adr); } catch (ParserException e) { if (Logging.DEBUG) e.printStackTrace(); } } |
| |||||
if ((headerItemList != null) && (headerItemList.size() > 0)) { Address adr = null; try { adr = Address.parse((String) headerItemList.get(0)); header.getAttributes().put("columba.cc", adr); } catch (ParserException e) { if (Logging.DEBUG) e.printStackTrace(); } } |
| |||
if ((headerItemList != null) && (headerItemList.size() > 0)) { Address adr = null; try { adr = Address.parse((String) headerItemList.get(0)); header.getAttributes().put( [[#variable132ce2c0]], adr); } catch (ParserException e) { if (Logging.DEBUG) e.printStackTrace(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132ce2c0]] | "columba.to" |
1 | 2 | [[#132ce2c0]] | "columba.cc" |