Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 179 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/StatusBar.java |
2 | 5 | 219 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/StatusBar.java |
| |||||
dim = new Dimension(Math.max(Math.max(fm.charWidth('-'), fm.charWidth('H')), fm.charWidth('S')) + 1, fm.getHeight()); |
| |||||
dim = new Dimension(Math.max(Math.max(fm.charWidth('U'), fm.charWidth('W')), fm.charWidth('M')) + 1, fm.getHeight()); |
| |||
dim = new Dimension(Math.max(Math.max(fm.charWidth( [[#variablee202440]]), fm.charWidth( [[#variablee2023a0]])), fm.charWidth( [[#variablee202320]])) + 1, fm.getHeight()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e202440]] | '-' |
1 | 2 | [[#e202440]] | 'U' |
2 | 1 | [[#e2023a0]] | 'H' |
2 | 2 | [[#e2023a0]] | 'W' |
3 | 1 | [[#e202320]] | 'S' |
3 | 2 | [[#e202320]] | 'M' |