CloneSet1426


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12118
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Antlib.java
2251
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/TypeFound.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
118
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Antlib.java

/**
 * Set the URI for this antlib.
 * @param uri the namespace uri
 */
protected void setURI(String uri) {
  this.uri = uri;
}


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

/**
 * The URI for this definition.
 * @param uri the namespace URI. If this is not set, use the
 *            default ant namespace.
 */
public void setURI(String uri) {
  this.uri = uri;
}


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable112c8a40]]void setURI(String uri) {
  this.uri = uri;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112c8a40]]
/**
 * Set the URI for this antlib.
 * @param uri the namespace uri
 */
protected 
12[[#112c8a40]]
/**
 * The URI for this definition.
 * @param uri the namespace URI. If this is not set, use the
 *            default ant namespace.
 */
public