CloneSet4632


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1751
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnQualifiedSuperReference.java
2750
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnSuperReference.java
Clone Instance
1
Line Count
7
Source Line
51
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnQualifiedSuperReference.java

public TypeBinding resolveType(BlockScope scope) {
        TypeBinding binding = super.resolveType(scope);

        if (binding == null || !binding.isValidBinding())
                throw new SelectionNodeFound();
        else
                throw new SelectionNodeFound(binding);
}


Clone Instance
2
Line Count
7
Source Line
50
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnSuperReference.java

public TypeBinding resolveType(BlockScope scope) {
        TypeBinding binding = super.resolveType(scope);

        if (binding == null || !binding.isValidBinding())
                throw new SelectionNodeFound();
        else
                throw new SelectionNodeFound(binding);
}


Clone AbstractionParameter Count: 0Parameter Bindings

public TypeBinding resolveType(BlockScope scope) {
  TypeBinding binding = super.resolveType(scope);
  if (binding == null || !binding.isValidBinding())
    throw new SelectionNodeFound();
  else
    throw new SelectionNodeFound(binding);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None