CloneSet9671


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.986class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1254
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BufferCache.java
2282
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ElementCache.java
Clone Instance
1
Line Count
2
Source Line
54
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BufferCache.java

        /**
         * Returns a new instance of the reciever.
         */
        protected LRUCache newInstance(int size, int overflow) {
                return new BufferCache(size, overflow);
        }


Clone Instance
2
Line Count
2
Source Line
82
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ElementCache.java

/*
 * Returns a new instance of the receiver.
 */
protected LRUCache newInstance(int size, int overflow) {
        return new ElementCache(size, overflow);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/*
 * Returns a new instance of the receiver.
 */
/**
         * Returns a new instance of the reciever.
         */
protected LRUCache newInstance(int size, int overflow) {
  return new [[#variable993a6b80]](size, overflow);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#993a6b80]]
ElementCache 
12[[#993a6b80]]
BufferCache