Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 1 | 0.961 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 79 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/util/ChainReaderHelper.java |
2 | 2 | 68 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java |
3 | 2 | 83 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java |
4 | 2 | 825 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
5 | 2 | 231 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerBase.java |
6 | 2 | 76 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TypeAdapterTest.java |
7 | 2 | 87 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TypeAdapterTest.java |
8 | 2 | 131 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/AddTypeTest.java |
| |||||
/** * Set the project to work with * @param project the current project */ public void setProject( final Project project) { this.project = project; } |
| |||||
/** * Sets the project object of this component. This method is used by * Project when a component is added to it so that the component has * access to the functions of the project. It should not be used * for any other purpose. * * @param project Project in whose scope this component belongs. * Must not be <code>null</code>. */ public void setProject(Project project) { this.project = project; } |
| |||||
/** * Sets the project this target belongs to. * * @param project The project this target belongs to. * Must not be <code>null</code>. */ public void setProject(Project project) { this.project = project; } |
| |||||
/** * Set the current project * * @param project the current project */ public void setProject(Project project) { this.project = project; } |
| |||||
/** * Set the project for this runner. * @param project the project. */ public void setProject(Project project) { this.project = project; } |
| |||||
public void setProject(Project project) { this.project = project; } |
| |||||
public void setProject(Project project) { this.project = project; } |
| |||||
public void setProject(Project project) { this.project = project; } |
| |||
/** * Sets the project object of this component. This method is used by * Project when a component is added to it so that the component has * access to the functions of the project. It should not be used * for any other purpose. * * @param project Project in whose scope this component belongs. * Must not be <code>null</code>. */ /** * Set the project to work with * @param project the current project */ /** * Sets the project this target belongs to. * * @param project The project this target belongs to. * Must not be <code>null</code>. */ /** * Set the project for this runner. * @param project the project. */ /** * Set the current project * * @param project the current project */ public void setProject( [[#variable111ea820]]Project project) { this.project = project; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#111ea820]] | final |
1 | 2 | [[#111ea820]] | |
1 | 3 | [[#111ea820]] | |
1 | 4 | [[#111ea820]] | |
1 | 5 | [[#111ea820]] | |
1 | 6 | [[#111ea820]] | |
1 | 7 | [[#111ea820]] | |
1 | 8 | [[#111ea820]] |