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 | 82 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/frame/DefaultContainer.java |
2 | 2 | 85 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/frame/DefaultContainer.java |
| |||||
protected static final int DEFAULT_WIDTH = (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize().width * .66); |
| |||||
protected static final int DEFAULT_HEIGHT = (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize().height * .66); |
| |||
protected static final int [[#variable131ed320]]= (int) Math.round(Toolkit.getDefaultToolkit().getScreenSize(). [[#variable131ed220]] * .66); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131ed320]] | DEFAULT_WIDTH |
1 | 2 | [[#131ed320]] | DEFAULT_HEIGHT |
2 | 1 | [[#131ed220]] | width |
2 | 2 | [[#131ed220]] | height |