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.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 120 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FontProperties.java |
2 | 10 | 90 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/AbstractEditorController.java |
| |||||
if ( !overwrite) { name = "Default"; size = "12"; font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } else { name = textFontElement.getAttribute("name", "Default"); size = textFontElement.getAttribute("size", "12"); font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } |
| |||||
if (overwrite) { name = "Default"; size = "12"; font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } else { name = textFontElement.getAttribute("name", "Default"); size = textFontElement.getAttribute("size", "12"); font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } |
| |||
if ( [[#variable132cd4e0]]) { name = "Default"; size = "12"; font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } else { name = textFontElement.getAttribute("name", "Default"); size = textFontElement.getAttribute("size", "12"); font = new Font(name, Font.PLAIN, Integer.parseInt(size)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132cd4e0]] | !overwrite |
1 | 2 | [[#132cd4e0]] | overwrite |