CloneSet6370


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14412
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/OverflowingLRUCache.java
24521
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LRUCache.java
Clone Instance
1
Line Count
4
Source Line
412
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/OverflowingLRUCache.java

                entry._fTimestamp = fTimestampCounter++;
                if (fEntryQueue != entry) {
                        this.privateRemoveEntry(entry, true);
                        this.privateAddEntry(entry, true);
                }


Clone Instance
2
Line Count
4
Source Line
521
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/LRUCache.java

                entry._fTimestamp = fTimestampCounter++;
                if (fEntryQueue != entry) {
                        this.privateRemoveEntry (entry, true);
                        this.privateAddEntry (entry, true);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

entry._fTimestamp = fTimestampCounter++;
if (fEntryQueue != entry) {
  this.privateRemoveEntry(entry, true);
  this.privateAddEntry(entry, true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None