Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 782 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
2 | 3 | 788 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
| |||||
//{{{ setIntegerProperty() method /** * Sets the value of an integer property. * @param name The property * @param value The value * @since jEdit 4.0pre1 */ public static final void setIntegerProperty(String name, int value) { setProperty(name, String.valueOf(value)); } //}}} |
| |||||
//{{{ setDoubleProperty() method public static final void setDoubleProperty(String name, double value) { setProperty(name, String.valueOf(value)); } |
| |||
//{{{ setDoubleProperty() method //{{{ setIntegerProperty() method /** * Sets the value of an integer property. * @param name The property * @param value The value * @since jEdit 4.0pre1 */ public static final void [[#variablec288ec0]](String name, [[#variablec288e00]] value) { setProperty(name, String.valueOf(value)); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c288ec0]] | setIntegerProperty |
1 | 2 | [[#c288ec0]] | setDoubleProperty |
2 | 1 | [[#c288e00]] | int |
2 | 2 | [[#c288e00]] | double |