Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.972 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 97 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/DefaultLogger.java |
2 | 2 | 461 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/XmlLogger.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); } |
| |||||
/** * 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); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11263fa0]] | out |
1 | 2 | [[#11263fa0]] | outStream |