CloneSet460


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2510.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12198
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Available.java
2250
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsReference.java
3286
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Input.java
42160
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
5275
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/spi/Service.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
198
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Available.java

/**
 * Set what type of file is required - either directory or file.
 *
 * @param type an instance of the FileDir enumeratedAttribute indicating
 *             whether the file required is to be a directory or a plain
 *             file.
 */
public void setType(FileDir type) {
  this.type = type;
}


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

/**
 * Set the type attribute. This is optional attribute.
 *
 * @param type an ant component type name
 */
public void setType(String type) {
  this.type = type;
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
86
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Input.java

/**
 * Set the handler type.
 * @param type a HandlerType.
 */
public void setType(HandlerType type) {
  this.type = type;
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
160
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java

/**
 * Set the type of this element. This is the name of an
 * Ant task or type which is to be used when this element is to be
 * created. This is an alternative to specifying the class name directly
 *
 * @param type the name of an Ant type, or task, to use for this nested
 * element.
 */
public void setType(String type) {
  this.type = type;
}


First
Previous
Clone Instance
5
Line Count
2
Source Line
75
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/spi/Service.java

/**
 * Set the service type.
 * @param type the service type, a classname of
 *             an interface or a class (normally
 *             abstract).
 */
public void setType(String type) {
  this.type = type;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Set the type of this element. This is the name of an
         * Ant task or type which is to be used when this element is to be
         * created. This is an alternative to specifying the class name directly
         *
         * @param type the name of an Ant type, or task, to use for this nested
         * element.
         */
/**
     * Set what type of file is required - either directory or file.
     *
     * @param type an instance of the FileDir enumeratedAttribute indicating
     *             whether the file required is to be a directory or a plain
     *             file.
     */
/**
         * Set the handler type.
         * @param type a HandlerType.
         */
/**
     * Set the type attribute. This is optional attribute.
     *
     * @param type an ant component type name
     */
/**
     * Set the service type.
     * @param type the service type, a classname of
     *             an interface or a class (normally
     *             abstract).
     */
public void setType( [[#variable13139a00]] type) {
  this.type = type;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13139a00]]
FileDir 
12[[#13139a00]]
String 
13[[#13139a00]]
HandlerType 
14[[#13139a00]]
String 
15[[#13139a00]]
String