Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.950 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 88 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/frame/DefaultContainer.java |
2 | 2 | 91 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/frame/DefaultContainer.java |
| |||||
private static final int DEFAULT_X = (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize().width * .16); |
| |||||
private static final int DEFAULT_Y = (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize().height * .16); |
| |||
private static final int [[#variable131edc20]]= (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize(). [[#variable131edb80]] * .16); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131edc20]] | DEFAULT_X |
1 | 2 | [[#131edc20]] | DEFAULT_Y |
2 | 1 | [[#131edb80]] | width |
2 | 2 | [[#131edb80]] | height |