Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 118 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Antlib.java |
2 | 2 | 51 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/TypeFound.java |
| |||||
/** * Set the URI for this antlib. * @param uri the namespace uri */ protected void setURI(String uri) { this.uri = uri; } |
| |||||
/** * 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; } |
| |||
[[#variable112c8a40]]void setURI(String uri) { this.uri = uri; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c8a40]] | /** * Set the URI for this antlib. * @param uri the namespace uri */ protected |
1 | 2 | [[#112c8a40]] | /** * The URI for this definition. * @param uri the namespace URI. If this is not set, use the * default ant namespace. */ public |