CloneSet9797


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.952class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11017
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CharArrayCache.java
2823
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues.java
Clone Instance
1
Line Count
10
Source Line
17
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CharArrayCache.java

        // to avoid using Enumerations, walk the individual tables skipping nulls
        public char[] keyTable[];

        public int valueTable[];

        int elementSize; // number of elements in the table

        int threshold;

/**
 * Constructs a new, empty hashtable. A default capacity is used.
 * Note that the hashtable will automatically grow when it gets full.
 */
public CharArrayCache() {
        this(9);
}


Clone Instance
2
Line Count
8
Source Line
23
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues.java

        // to avoid using Enumerations, walk the individual tables skipping nulls
        public char[] keyTable[];

        public int valueTable[];

        public int elementSize; // number of elements in the table

        int threshold;

        public HashtableOfIntValues() {
                this(13);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

// to avoid using Enumerations, walk the individual tables skipping nulls
public char[] keyTable[];

public int valueTable[];

 [[#variable9e6f1a00]]int elementSize; // number of elements in the table

int threshold;

/**
 * Constructs a new, empty hashtable. A default capacity is used.
 * Note that the hashtable will automatically grow when it gets full.
 */
public [[#variable9c6b29c0]]() {
  this( [[#variable9c6b2940]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9e6f1a00]]
12[[#9e6f1a00]]
public 
21[[#9c6b29c0]]
CharArrayCache 
22[[#9c6b29c0]]
HashtableOfIntValues 
31[[#9c6b2940]]
9 
32[[#9c6b2940]]
13