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.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 22 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/globalactions/ViewLogAction.java |
2 | 2 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/tagging/TagManager.java |
| |||||
File file = DefaultConfigDirectory.getInstance().getCurrentPath(); File logDirectory = new File(file, "log"); |
| |||||
File file = DefaultConfigDirectory.getInstance().getCurrentPath(); File tagFile = new File(file, "tags.xml"); |
| |||
File file = DefaultConfigDirectory.getInstance().getCurrentPath(); File [[#variable131ac900]]= new File(file, [[#variable131ad580]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131ac900]] | logDirectory |
1 | 2 | [[#131ac900]] | tagFile |
2 | 1 | [[#131ad580]] | "log" |
2 | 2 | [[#131ad580]] | "tags.xml" |