Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 746 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
2 | 3 | 759 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
| |||||
//{{{ setProperty() method /** * Sets a property to a new value. * @param name The property * @param value The new value */ public static final void setProperty(String name, String value) { propMgr.setProperty(name, value); } //}}} |
| |||||
//{{{ setTemporaryProperty() method /** * Sets a property to a new value. Properties set using this * method are not saved to the user properties list. * @param name The property * @param value The new value * @since jEdit 2.3final */ public static final void setTemporaryProperty(String name, String value) { propMgr.setTemporaryProperty(name, value); } //}}} |
| |||
//{{{ setTemporaryProperty() method /** * Sets a property to a new value. Properties set using this * method are not saved to the user properties list. * @param name The property * @param value The new value * @since jEdit 2.3final */ //{{{ setProperty() method /** * Sets a property to a new value. * @param name The property * @param value The new value */ public static final void [[#variablec319ae0]](String name, String value) { propMgr. [[#variablec319ae0]](name, value); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c319ae0]] | setProperty |
1 | 2 | [[#c319ae0]] | setTemporaryProperty |