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.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 165 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Definer.java |
2 | 2 | 151 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/AggregateTransformer.java |
| |||||
/** * Sets the format of the file or resource * @param format the enumerated value - xml or properties */ public void setFormat(Format format) { this.format = format.getIndex(); } |
| |||||
/** * sets the format. * @param format Must be <tt>FRAMES</tt> or <tt>NOFRAMES</tt> */ public void setFormat(Format format) { this.format = format.getValue(); } |
| |||
/** * sets the format. * @param format Must be <tt>FRAMES</tt> or <tt>NOFRAMES</tt> */ /** * Sets the format of the file or resource * @param format the enumerated value - xml or properties */ public void setFormat(Format format) { this.format = format. [[#variable11281240]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11281240]] | getIndex |
1 | 2 | [[#11281240]] | getValue |