CloneSet5008


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1529
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMarkerAnnotationName.java
2658
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedTypeReference.java
Clone Instance
1
Line Count
5
Source Line
29
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMarkerAnnotationName.java

                        if ( !binding.isValidBinding()) {
                                scope.problemReporter().invalidType(this, (TypeBinding) binding);
                                throw new CompletionNodeFound();
                        }
                        throw new CompletionNodeFound(this, binding, scope);


Clone Instance
2
Line Count
6
Source Line
58
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedTypeReference.java

        if ( !binding.isValidBinding()) {
                scope.problemReporter().invalidType(this, (TypeBinding) binding);
                throw new CompletionNodeFound();
        }

        throw new CompletionNodeFound(this, binding, scope);


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !binding.isValidBinding()) {
  scope.problemReporter().invalidType(this, (TypeBinding) binding);
  throw new CompletionNodeFound();
}
throw new CompletionNodeFound(this, binding, scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None