CloneSet2002


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118667
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
219716
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
18
Source Line
667
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

        if ( !diet) {
                pushOnAstStack(constructorCall);
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }
        else   {
                pushOnExpressionStack(new Expression() {
                        public TypeBinding resolveType(BlockScope scope) {
                                constructorCall.resolve(scope);
                                return null;
                        }

                        public StringBuffer printExpression(int indent, StringBuffer output) {
                                return output;
                        }
                                      } );
        }
        this.assistNode = constructorCall;
        this.lastCheckPoint = constructorCall.sourceEnd + 1;
        this.isOrphanCompletionNode = true;


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

        if ( !diet) {
                pushOnAstStack(constructorCall);
                this.restartRecovery =    true; // force to restart in recovery mode
                this.lastIgnoredToken = -1;
        }
        else   {
                pushOnExpressionStack(new Expression() {
                        public TypeBinding resolveType(BlockScope scope) {
                                constructorCall.resolve(scope);
                                return null;
                        }

                        public StringBuffer printExpression(int indent, StringBuffer output) {
                                return output;
                        }
                                      } );
        }
        this.assistNode = constructorCall;
        this.lastCheckPoint = constructorCall.sourceEnd + 1;
        this.isOrphanCompletionNode = true;


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !diet) {
  pushOnAstStack(constructorCall);
  this.restartRecovery = true; // force to restart in recovery mode
  this.lastIgnoredToken = -1;
}
else {
  pushOnExpressionStack(new Expression() {
                          public TypeBinding resolveType(BlockScope scope) {
                            constructorCall.resolve(scope);
                            return null;
                          }

                          public StringBuffer printExpression(int indent, StringBuffer output) {
                            return output;
                          }
                        } );
}
this.assistNode = constructorCall;
this.lastCheckPoint = constructorCall.sourceEnd + 1;
this.isOrphanCompletionNode = true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None