CloneSet1143


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
51001.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15202
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
25219
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
35233
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
45288
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
55351
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
65475
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
751075
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
851094
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
961125
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
1061150
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
5
Source Line
202
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
2
Line Count
5
Source Line
219
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
3
Line Count
5
Source Line
233
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
4
Line Count
5
Source Line
288
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
5
Line Count
5
Source Line
351
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
6
Line Count
5
Source Line
475
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ( !diet) {
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }
        this.isOrphanCompletionNode = true;


Clone Instance
7
Line Count
5
Source Line
1075
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ( !diet) {
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }
        this.isOrphanCompletionNode = true;


Clone Instance
8
Line Count
5
Source Line
1094
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

                if ( !diet) {
                        this.restartRecovery =    true; // force to restart in recovery mode
                        this.lastIgnoredToken = -1;
                }
                this.isOrphanCompletionNode = true;


Clone Instance
9
Line Count
6
Source Line
1125
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ( !diet) {
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }

        this.isOrphanCompletionNode = true;


Clone Instance
10
Line Count
6
Source Line
1150
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ( !diet) {
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }

        this.isOrphanCompletionNode = true;


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !diet) {
  this.restartRecovery = true; // force to restart in recovery mode
  this.lastIgnoredToken = -1;
}
this.isOrphanCompletionNode = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None