Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.973 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 90 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java |
2 | 7 | 117 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java |
| |||||
if (path != null) { // this is such a bad way of doing it, but oh well... jEdit.setTemporaryProperty("vfs.browser.path.tmp", path); } wm.floatDockableWindow("vfs.browser"); jEdit.unsetProperty("vfs.browser.path.tmp"); |
| |||||
if (path != null) { // this is such a bad way of doing it, but oh well... jEdit.setTemporaryProperty("vfs.browser.path.tmp", path); } wm.addDockableWindow("vfs.browser"); jEdit.unsetProperty("vfs.browser.path.tmp"); |
| |||
if (path != null) { // this is such a bad way of doing it, but oh well... jEdit.setTemporaryProperty("vfs.browser.path.tmp", path); } wm. [[#variablec2dcf60]]("vfs.browser"); jEdit.unsetProperty("vfs.browser.path.tmp"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2dcf60]] | floatDockableWindow |
1 | 2 | [[#c2dcf60]] | addDockableWindow |