Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 176 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/tree/TreeController.java |
2 | 9 | 188 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/tree/TreeController.java |
| |||||
{ IMailFolder treeNode = (IMailFolder) e.getPath().getLastPathComponent(); if (treeNode == null) { return; } // save expanded state saveExpandedState(treeNode, e.getPath()); } |
| |||||
{ IMailFolder treeNode = (IMailFolder) e.getPath().getLastPathComponent(); if (treeNode == null) { return; } // save expanded state saveExpandedState(treeNode, e.getPath()); } |
| |||
{ IMailFolder treeNode = (IMailFolder) e.getPath().getLastPathComponent(); if (treeNode == null) { return; } // save expanded state saveExpandedState(treeNode, e.getPath()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |