CloneSet4982


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.986class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18536
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
28546
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java
Clone Instance
1
Line Count
8
Source Line
536
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java

protected void consumeInstanceOfExpression() {
        if (indexOfAssistIdentifier() < 0) {
                super.consumeInstanceOfExpression();
        }
        else   {
                getTypeReference(intStack[intPtr-- ]);
                this.isOrphanCompletionNode = true;
                this.restartRecovery = true;
                this.lastIgnoredToken = -1;
        }
}


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

protected void consumeInstanceOfExpressionWithName() {
        if (indexOfAssistIdentifier() < 0) {
                super.consumeInstanceOfExpressionWithName();
        }
        else   {
                getTypeReference(intStack[intPtr-- ]);
                this.isOrphanCompletionNode = true;
                this.restartRecovery = true;
                this.lastIgnoredToken = -1;
        }
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void [[#variable50c4b3a0]]() {
  if (indexOfAssistIdentifier() < 0) {
    super. [[#variable50c4b3a0]]();
  }
  else {
    getTypeReference(intStack[intPtr-- ]);
    this.isOrphanCompletionNode = true;
    this.restartRecovery = true;
    this.lastIgnoredToken = -1;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50c4b3a0]]
consumeInstanceOfExpression 
12[[#50c4b3a0]]
consumeInstanceOfExpressionWithName