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.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 134 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MakeUrlTest.java |
2 | 2 | 935 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
| |||||
/** * get a property from the project * * @param property * @return */ protected String getProperty(String property) { return project.getProperty(property); } |
| |||||
public String getProperty(String property) { return project.getProperty(property); } |
| |||
[[#variable1128a220]]String getProperty(String property) { return project.getProperty(property); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1128a220]] | /** * get a property from the project * * @param property * @return */ protected |
1 | 2 | [[#1128a220]] | public |