CloneSet410


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13746
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java
23759
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
746
Source File
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);
} //}}}


First
Previous
Clone Instance
2
Line Count
3
Source Line
759
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java

//{{{ 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);
} //}}}


Clone AbstractionParameter Count: 1Parameter Bindings

//{{{ 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c319ae0]]
setProperty 
12[[#c319ae0]]
setTemporaryProperty