Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 127 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java |
2 | 3 | 87 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/EditingOptionPane.java |
| |||||
wrap.addActionListener(new ActionHandler()); //}}} //{{{ Max line length String[] lineLengths = { "0", "72", "76", "80" }; |
| |||||
wrap.addActionListener(new ActionHandler()); String[] lineLens = { "0", "72", "76", "80" }; |
| |||
wrap.addActionListener(new ActionHandler()); //}}} //{{{ Max line length String[] [[#variablec2c77e0]]= { "0", "72", "76", "80" }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2c77e0]] | lineLengths |
1 | 2 | [[#c2c77e0]] | lineLens |