Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 1 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 399 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/AbbrevsOptionPane.java |
2 | 9 | 276 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java |
3 | 9 | 149 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/DockingOptionPane.java |
4 | 9 | 154 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/SyntaxHiliteOptionPane.java |
| |||||
//{{{ getColumnCount() method public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return abbrevs.size(); } //}}} |
| |||||
//{{{ getColumnCount() method public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return entries.size(); } //}}} |
| |||||
//{{{ getColumnCount() method public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return windows.size(); } //}}} |
| |||||
//{{{ getColumnCount() method public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return styleChoices.size(); } //}}} |
| |||
//{{{ getColumnCount() method public int getColumnCount() { return 2; } //}}} //{{{ getRowCount() method public int getRowCount() { return [[#variableaea85c0]].size(); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aea85c0]] | abbrevs |
1 | 2 | [[#aea85c0]] | entries |
1 | 3 | [[#aea85c0]] | windows |
1 | 4 | [[#aea85c0]] | styleChoices |