CloneSet1880


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15102
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/servlet/ServletUtilities.java
25125
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/servlet/ServletUtilities.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
102
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/servlet/ServletUtilities.java

/**
 * Sets the prefix for the temporary file names generated by this class.
 * 
 * @param prefix  the prefix (<code>null</code> not permitted).
 */
public static void setTempFilePrefix(String prefix) {
  if (prefix == null) {
    throw new IllegalArgumentException("Null \'prefix\' argument.");
  }
  ServletUtilities.tempFilePrefix = prefix;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
125
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/servlet/ServletUtilities.java

/**
 * Sets the prefix for the "one time" temporary file names generated by 
 * this class.
 * 
 * @param prefix  the prefix (<code>null</code> not permitted).
 */
public static void setTempOneTimeFilePrefix(String prefix) {
  if (prefix == null) {
    throw new IllegalArgumentException("Null \'prefix\' argument.");
  }
  ServletUtilities.tempOneTimeFilePrefix = prefix;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the prefix for the "one time" temporary file names generated by 
     * this class.
     * 
     * @param prefix  the prefix (<code>null</code> not permitted).
     */
/**
     * Sets the prefix for the temporary file names generated by this class.
     * 
     * @param prefix  the prefix (<code>null</code> not permitted).
     */
public static void [[#variable1a098240]](String prefix) {
  if (prefix == null) {
    throw new IllegalArgumentException("Null \'prefix\' argument.");
  }
  ServletUtilities. [[#variable1a0981c0]]= prefix;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a098240]]
setTempFilePrefix 
12[[#1a098240]]
setTempOneTimeFilePrefix 
21[[#1a0981c0]]
tempFilePrefix 
22[[#1a0981c0]]
tempOneTimeFilePrefix