CloneSet1122


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.972method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1297
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DefaultLogger.java
22461
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/XmlLogger.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
97
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DefaultLogger.java

/**
 * Sets the output stream to which this logger is to send its output.
 *
 * @param output The output stream for the logger.
 *               Must not be <code>null</code>.
 */
public void setOutputPrintStream(PrintStream output) {
  this.out = new PrintStream(output, true);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
461
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/XmlLogger.java

/**
 * Set the output stream to which logging output is sent when operating
 * as a logger.
 *
 * @param output the output PrintStream.
 */
public void setOutputPrintStream(PrintStream output) {
  this.outStream = new PrintStream(output, true);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the output stream to which this logger is to send its output.
     *
     * @param output The output stream for the logger.
     *               Must not be <code>null</code>.
     */
/**
     * Set the output stream to which logging output is sent when operating
     * as a logger.
     *
     * @param output the output PrintStream.
     */
public void setOutputPrintStream(PrintStream output) {
  this. [[#variable11263fa0]]= new PrintStream(output, true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11263fa0]]
out 
12[[#11263fa0]]
outStream