Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 198 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Available.java |
2 | 2 | 50 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsReference.java |
3 | 2 | 86 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Input.java |
4 | 2 | 160 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java |
5 | 2 | 75 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/spi/Service.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; } |
| |||||
/** * Set the type attribute. This is optional attribute. * * @param type an ant component type name */ public void setType(String type) { this.type = type; } |
| |||||
/** * Set the handler type. * @param type a HandlerType. */ public void setType(HandlerType type) { this.type = type; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13139a00]] | FileDir |
1 | 2 | [[#13139a00]] | String |
1 | 3 | [[#13139a00]] | HandlerType |
1 | 4 | [[#13139a00]] | String |
1 | 5 | [[#13139a00]] | String |