CloneSet484


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13279
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BufferHistory.java
23410
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BufferHistory.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
279
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/BufferHistory.java

int max = jEdit.getIntegerProperty("recentFiles", 50);
while (history.size() > max)
  history.removeLast();


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

int max = jEdit.getIntegerProperty("recentFiles", 50);
while (history.size() > max)
  history.removeLast();


Clone AbstractionParameter Count: 0Parameter Bindings

int max = jEdit.getIntegerProperty("recentFiles", 50);
while (history.size() > max)
  history.removeLast();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None