CloneSet784


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7701.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17639
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
27666
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
37691
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
47714
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
57801
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
67826
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
77853
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
7
Source Line
639
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                           this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
2
Line Count
7
Source Line
666
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                        this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
3
Line Count
7
Source Line
691
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                        this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
4
Line Count
7
Source Line
714
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                           this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
5
Line Count
7
Source Line
801
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                        this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
6
Line Count
7
Source Line
826
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone Instance
7
Line Count
7
Source Line
853
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

        // use extra vector
        if (this.extra == null) {
                return false; // if vector not yet allocated, then not initialized
        }
        int vectorIndex;
        if ((vectorIndex = (position / BitCacheSize) - 1) >=
                        this.extra[0].length) {
                return false; // if not enough room in vector, then not initialized
        }


Clone AbstractionParameter Count: 0Parameter Bindings

// use extra vector
if (this.extra == null) {
  return false; // if vector not yet allocated, then not initialized
}
int vectorIndex;
if ((vectorIndex = (position / BitCacheSize) - 1) >= this.extra[0].length) {
  return false; // if not enough room in vector, then not initialized
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None