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.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 137 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileManager.java |
2 | 2 | 156 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileManager.java |
| |||||
XmlElement profile = profiles.getElement(i); String n = profile.getAttribute("name"); |
| |||||
XmlElement profile = profiles.getElement(i); String location = profile.getAttribute("location"); |
| |||
XmlElement profile = profiles.getElement(i); String [[#variable131e4c20]]= profile.getAttribute( [[#variable131e4c00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131e4c20]] | n |
1 | 2 | [[#131e4c20]] | location |
2 | 1 | [[#131e4c00]] | "name" |
2 | 2 | [[#131e4c00]] | "location" |