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.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 448 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
2 | 2 | 456 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
| |||||
String path = MiscUtilities.constructPath(jEditHome, "startup"); File file = new File(path); |
| |||||
String path = MiscUtilities.constructPath(settingsDirectory, "startup"); File file = new File(path); |
| |||
String path = MiscUtilities.constructPath( [[#variablec2a8560]], "startup"); File file = new File(path); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2a8560]] | jEditHome |
1 | 2 | [[#c2a8560]] | settingsDirectory |