CloneSet158


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
51430.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15203
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
25228
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
35641
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
45662
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
55692
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
65735
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
75779
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
85883
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
95597
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
105723
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
115774
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
125843
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
135893
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
1451088
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
203
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort fields
        if ((this.tagBits&  TagBits.AreFieldsSorted) == 0) {
                int length = this.fields.length;
                if (length > 1)
                        ReferenceBinding.sortFields(this.fields, 0, length);
                this.tagBits |= TagBits.AreFieldsSorted;
        }


Clone Instance
2
Line Count
5
Source Line
228
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
3
Line Count
5
Source Line
641
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort fields
        if ((this.tagBits&  TagBits.AreFieldsSorted) == 0) {
                int length = this.fields.length;
                if (length > 1)
                        ReferenceBinding.sortFields(this.fields, 0, length);
                this.tagBits |= TagBits.AreFieldsSorted;
        }


Clone Instance
4
Line Count
5
Source Line
662
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
5
Line Count
5
Source Line
692
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // sender from refScope calls recordTypeReference(this)

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
6
Line Count
5
Source Line
735
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort fields
        if ((this.tagBits&  TagBits.AreFieldsSorted) == 0) {
                int length = this.fields.length;
                if (length > 1)
                        ReferenceBinding.sortFields(this.fields, 0, length);
                this.tagBits |= TagBits.AreFieldsSorted;
        }


Clone Instance
7
Line Count
5
Source Line
779
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
8
Line Count
5
Source Line
883
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
9
Line Count
5
Source Line
597
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                // lazily sort fields
                if ((this.tagBits&  TagBits.AreFieldsSorted) == 0) {
                        int length = this.fields.length;
                        if (length > 1)
                                ReferenceBinding.sortFields(this.fields, 0, length);
                        this.tagBits |= TagBits.AreFieldsSorted;
                }


Clone Instance
10
Line Count
5
Source Line
723
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                // lazily sort methods
                if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                        int length = this.methods.length;
                        if (length > 1)
                                ReferenceBinding.sortMethods(this.methods, 0, length);
                        this.tagBits |= TagBits.AreMethodsSorted;
                }


Clone Instance
11
Line Count
5
Source Line
774
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                // lazily sort methods
                if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                        int length = this.methods.length;
                        if (length > 1)
                                ReferenceBinding.sortMethods(this.methods, 0, length);
                        this.tagBits |= TagBits.AreMethodsSorted;
                }


Clone Instance
12
Line Count
5
Source Line
843
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

        // lazily sort fields
        if ((this.tagBits&  TagBits.AreFieldsSorted) == 0) {
                int length = this.fields.length;
                if (length > 1)
                        ReferenceBinding.sortFields(this.fields, 0, length);
                this.tagBits |= TagBits.AreFieldsSorted;
        }


Clone Instance
13
Line Count
5
Source Line
893
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone Instance
14
Line Count
5
Source Line
1088
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

        // lazily sort methods
        if ((this.tagBits&  TagBits.AreMethodsSorted) == 0) {
                int length = this.methods.length;
                if (length > 1)
                        ReferenceBinding.sortMethods(this.methods, 0, length);
                this.tagBits |= TagBits.AreMethodsSorted;
        }


Clone AbstractionParameter Count: 3Parameter Bindings

// sender from refScope calls recordTypeReference(this)
// lazily sort methods
// lazily sort fields
if ((this.tagBits&TagBits. [[#variablea196e7e0]]) == 0) {
  int length = this. [[#variablea196e2e0]].length;
  if (length > 1)
    ReferenceBinding. [[#variablea196e820]](this. [[#variablea196e2e0]], 0, length);
  this.tagBits |= TagBits. [[#variablea196e7e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a196e7e0]]
AreMethodsSorted 
12[[#a196e7e0]]
AreFieldsSorted 
13[[#a196e7e0]]
AreMethodsSorted 
14[[#a196e7e0]]
AreMethodsSorted 
15[[#a196e7e0]]
AreMethodsSorted 
16[[#a196e7e0]]
AreFieldsSorted 
17[[#a196e7e0]]
AreMethodsSorted 
18[[#a196e7e0]]
AreFieldsSorted 
19[[#a196e7e0]]
AreMethodsSorted 
110[[#a196e7e0]]
AreMethodsSorted 
111[[#a196e7e0]]
AreFieldsSorted 
112[[#a196e7e0]]
AreMethodsSorted 
113[[#a196e7e0]]
AreMethodsSorted 
114[[#a196e7e0]]
AreFieldsSorted 
21[[#a196e2e0]]
methods 
22[[#a196e2e0]]
fields 
23[[#a196e2e0]]
methods 
24[[#a196e2e0]]
methods 
25[[#a196e2e0]]
methods 
26[[#a196e2e0]]
fields 
27[[#a196e2e0]]
methods 
28[[#a196e2e0]]
fields 
29[[#a196e2e0]]
methods 
210[[#a196e2e0]]
methods 
211[[#a196e2e0]]
fields 
212[[#a196e2e0]]
methods 
213[[#a196e2e0]]
methods 
214[[#a196e2e0]]
fields 
31[[#a196e820]]
sortMethods 
32[[#a196e820]]
sortFields 
33[[#a196e820]]
sortMethods 
34[[#a196e820]]
sortMethods 
35[[#a196e820]]
sortMethods 
36[[#a196e820]]
sortFields 
37[[#a196e820]]
sortMethods 
38[[#a196e820]]
sortFields 
39[[#a196e820]]
sortMethods 
310[[#a196e820]]
sortMethods 
311[[#a196e820]]
sortFields 
312[[#a196e820]]
sortMethods 
313[[#a196e820]]
sortMethods 
314[[#a196e820]]
sortFields