CloneSet1176


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.971method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12165
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Definer.java
22151
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/AggregateTransformer.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
165
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Definer.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();
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
151
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/AggregateTransformer.java

/**
 * sets the format.
 * @param format  Must be <tt>FRAMES</tt> or <tt>NOFRAMES</tt>
 */
public void setFormat(Format format) {
  this.format = format.getValue();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11281240]]
getIndex 
12[[#11281240]]
getValue