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.952 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 84 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/url/http/HttpURLConnection.java |
2 | 2 | 132 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/url/http/HttpURLConnection.java |
| |||||
public void addRequestProperty(String str, String str1) { connection.addRequestProperty(str, str1); } |
| |||||
public void setRequestProperty(String str, String str1) { connection.setRequestProperty(str, str1); } |
| |||
public void [[#variable114390e0]](String str, String str1) { connection. [[#variable114390e0]](str, str1); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#114390e0]] | addRequestProperty |
1 | 2 | [[#114390e0]] | setRequestProperty |