Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 458 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/BrowserView.java |
2 | 3 | 191 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java |
| |||||
Point p = evt.getPoint(); int row = table.rowAtPoint(p); int column = table.columnAtPoint(p); |
| |||||
Point p = evt.getPoint(); int row = colorsTable.rowAtPoint(p); int column = colorsTable.columnAtPoint(p); |
| |||
Point p = evt.getPoint(); int row = [[#variablee216bc0]].rowAtPoint(p); int column = [[#variablee216bc0]].columnAtPoint(p); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e216bc0]] | table |
1 | 2 | [[#e216bc0]] | colorsTable |