Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 88 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/PropertyHelper.java |
2 | 2 | 87 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Reference.java |
| |||||
//override facility for subclasses to put custom hashtables in // -------------------- Hook management -------------------- /** * Set the project for which this helper is performing property resolution * * @param p the project instance. */ public void setProject(Project p) { this.project = p; } |
| |||||
/** * Set the associated project. Should not normally be necessary; * use {@link Reference#Reference(Project,String)}. * @param p the project to use * @since Ant 1.6.3 */ public void setProject(Project p) { this.project = p; } |
| |||
//override facility for subclasses to put custom hashtables in // -------------------- Hook management -------------------- /** * Set the project for which this helper is performing property resolution * * @param p the project instance. */ /** * Set the associated project. Should not normally be necessary; * use {@link Reference#Reference(Project,String)}. * @param p the project to use * @since Ant 1.6.3 */ public void setProject(Project p) { this.project = p; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |