CloneSet1148


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5710.991statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1535
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues.java
2533
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfObject.java
3523
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/QualifiedNameSet.java
4521
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/StringSet.java
5523
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SimpleWordSet.java
6553
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java
7555
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java
Clone Instance
1
Line Count
5
Source Line
35
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues.java

                this.elementSize = 0;
                this.threshold = size; // size represents the expected number of elements
                int extraRoom = (int) (size * 1.75F);
                if (this.threshold == extraRoom)
                        extraRoom++;


Clone Instance
2
Line Count
5
Source Line
33
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfObject.java

                this.elementSize = 0;
                this.threshold = size; // size represents the expected number of elements
                int extraRoom = (int) (size * 1.75F);
                if (this.threshold == extraRoom)
                        extraRoom++;


Clone Instance
3
Line Count
5
Source Line
23
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/QualifiedNameSet.java

        this.elementSize = 0;
        this.threshold = size; // size represents the expected number of elements
        int extraRoom = (int) (size * 1.5F);
        if (this.threshold == extraRoom)
                extraRoom++;


Clone Instance
4
Line Count
5
Source Line
21
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/StringSet.java

        this.elementSize = 0;
        this.threshold = size; // size represents the expected number of elements
        int extraRoom = (int) (size * 1.5F);
        if (this.threshold == extraRoom)
                extraRoom++;


Clone Instance
5
Line Count
5
Source Line
23
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SimpleWordSet.java

        this.elementSize = 0;
        this.threshold = size; // size represents the expected number of elements
        int extraRoom = (int) (size * 1.5F);
        if (this.threshold == extraRoom)
                extraRoom++;


Clone Instance
6
Line Count
5
Source Line
53
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java

                this.elementSize = 0;
                this.threshold = size; // size represents the expected number of elements
                int extraRoom = (int) (size * 1.75F);
                if (this.threshold == extraRoom)
                        extraRoom++;


Clone Instance
7
Line Count
5
Source Line
55
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java

                this.elementSize = 0;
                this.threshold = size; // size represents the expected number of elements
                int extraRoom = (int) (size * 1.75F);
                if (this.threshold == extraRoom)
                        extraRoom++;


Clone AbstractionParameter Count: 1Parameter Bindings

this.elementSize = 0;
this.threshold = size; // size represents the expected number of elements
int extraRoom = (int) (size *  [[#variable5b00a920]]);
if (this.threshold == extraRoom)
  extraRoom++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b00a920]]
1.5F 
12[[#5b00a920]]
1.75F 
13[[#5b00a920]]
1.75F 
14[[#5b00a920]]
1.75F 
15[[#5b00a920]]
1.75F 
16[[#5b00a920]]
1.5F 
17[[#5b00a920]]
1.5F