Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 2 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 232 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java |
2 | 10 | 241 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java |
3 | 10 | 250 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java |
| |||||
try { buffer.setProperty("maxLineLen", new Integer(maxLineLen.getSelectedItem().toString())); } catch (NumberFormatException nf) { } |
| |||||
try { buffer.setProperty("tabSize", new Integer(tabSize.getSelectedItem().toString())); } catch (NumberFormatException nf) { } |
| |||||
try { buffer.setProperty("indentSize", new Integer(indentSize.getSelectedItem().toString())); } catch (NumberFormatException nf) { } |
| |||
try { buffer.setProperty( [[#variableaeaf800]], new Integer( [[#variableaeaf760]].getSelectedItem().toString())); } catch (NumberFormatException nf) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aeaf800]] | "maxLineLen" |
1 | 2 | [[#aeaf800]] | "tabSize" |
1 | 3 | [[#aeaf800]] | "indentSize" |
2 | 1 | [[#aeaf760]] | maxLineLen |
2 | 2 | [[#aeaf760]] | tabSize |
2 | 3 | [[#aeaf760]] | indentSize |