Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 333 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/EditPane.java |
2 | 6 | 1158 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/View.java |
| |||||
//{{{ toString() method public String toString() { return getClass().getName() + "[" + (view.getEditPane() == this ? "active": "inactive") + "]"; } //}}} |
| |||||
//{{{ toString() method public String toString() { return getClass().getName() + "[" + (jEdit.getActiveView() == this ? "active": "inactive") + "]"; } //}}} |
| |||
//{{{ toString() method public String toString() { return getClass().getName() + "[" + ( [[#variablec283d60]]. [[#variablec283be0]]() == this ? "active": "inactive") + "]"; } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c283d60]] | view |
1 | 2 | [[#c283d60]] | jEdit |
2 | 1 | [[#c283be0]] | getEditPane |
2 | 2 | [[#c283be0]] | getActiveView |