CloneSet224


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.978statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15669
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
25810
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
33955
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
669
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java

String[] args = {
           vfs.getFileName(path)
         };
setStatus(jEdit.getProperty("vfs.status.save", args));
// the entire save operation can be aborted...
setAbortable(true);


Next
Previous
Clone Instance
2
Line Count
5
Source Line
810
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java

String[] args = {
           vfs.getFileName(path)
         };
setStatus(jEdit.getProperty("vfs.status.autosave", args));
// the entire save operation can be aborted...
setAbortable(true);


First
Previous
Clone Instance
3
Line Count
3
Source Line
955
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java

String[] args = {
           vfs.getFileName(path)
         };
setStatus(jEdit.getProperty("vfs.status.load", args));
setAbortable(true);


Clone AbstractionParameter Count: 1Parameter Bindings

String[] args = {
           vfs.getFileName(path)
         };
setStatus(jEdit.getProperty( [[#variableaea2700]], args));
// the entire save operation can be aborted...
setAbortable(true);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aea2700]]
"vfs.status.save" 
12[[#aea2700]]
"vfs.status.autosave" 
13[[#aea2700]]
"vfs.status.load"