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 | 108 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsReachable.java |
2 | 2 | 195 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/JDBCTask.java |
3 | 2 | 452 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java |
4 | 2 | 401 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java |
5 | 2 | 188 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java |
| |||||
/** * Set the URL from which to extract the hostname. * * @param url a URL object. */ public void setUrl(String url) { this.url = url; } |
| |||||
/** * Sets the database connection URL; required. * @param url The url to set */ public void setUrl(String url) { this.url = url; } |
| |||||
/** * url of a resource. * URLs have no timestamp checking, and are not validated * @param url the URL string to use. */ public void setUrl(String url) { this.url = url; } |
| |||||
/** * identify a URL that hosts the schema. * @param url the URL string. */ public void setUrl(String url) { this.url = url; } |
| |||||
/** * The url from which to load properties. * @param url url string * * @ant.attribute group="noname" */ public void setUrl(URL url) { this.url = url; } |
| |||
/** * Sets the database connection URL; required. * @param url The url to set */ /** * The url from which to load properties. * @param url url string * * @ant.attribute group="noname" */ /** * Set the URL from which to extract the hostname. * * @param url a URL object. */ /** * identify a URL that hosts the schema. * @param url the URL string. */ /** * url of a resource. * URLs have no timestamp checking, and are not validated * @param url the URL string to use. */ public void setUrl( [[#variable131317c0]] url) { this.url = url; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131317c0]] | String |
1 | 2 | [[#131317c0]] | String |
1 | 3 | [[#131317c0]] | String |
1 | 4 | [[#131317c0]] | String |
1 | 5 | [[#131317c0]] | URL |