Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 911 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
2 | 2 | 549 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Property.java |
| |||||
String propertyName = (String) e.nextElement(); String value = systemP.getProperty(propertyName); |
| |||||
String propertyName = (String) e.nextElement(); String propertyValue = props.getProperty(propertyName); |
| |||
String propertyName = (String) e.nextElement(); String [[#variable130c5b40]]= [[#variable130cea40]].getProperty(propertyName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130c5b40]] | value |
1 | 2 | [[#130c5b40]] | propertyValue |
2 | 1 | [[#130cea40]] | systemP |
2 | 2 | [[#130cea40]] | props |