CloneSet318


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.962statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17471
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java
27512
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
471
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java

if (buffer == null)
  return;
buffer.remove(0, buffer.getLength());
buffer.insert(0, jEdit.getProperty("macro.temp.header"));
recordMacro(view, buffer, true);


First
Previous
Clone Instance
2
Line Count
7
Source Line
512
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java

if (buffer == null)
  return;
buffer.remove(0, buffer.getLength());
buffer.insert(0, jEdit.getProperty("macro.header"));
recordMacro(view, buffer, false);


Clone AbstractionParameter Count: 2Parameter Bindings

if (buffer == null)
  return;
buffer.remove(0, buffer.getLength());
buffer.insert(0, jEdit.getProperty( [[#variablee22d000]]));
recordMacro(view, buffer,  [[#variablee21e780]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e22d000]]
"macro.temp.header" 
12[[#e22d000]]
"macro.header" 
21[[#e21e780]]
true 
22[[#e21e780]]
false