CloneSet529


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.973statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1790
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java
27117
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
90
Source File
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");


First
Previous
Clone Instance
2
Line Count
7
Source Line
117
Source File
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.addDockableWindow("vfs.browser");
jEdit.unsetProperty("vfs.browser.path.tmp");


Clone AbstractionParameter Count: 1Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2dcf60]]
floatDockableWindow 
12[[#c2dcf60]]
addDockableWindow