CloneSet1979


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6310.984statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1695
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java
2644
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocFieldReference.java
3644
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java
Clone Instance
1
Line Count
6
Source Line
95
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocFieldReference.java

                // Resolve only receiver
                if (this.receiver == null) {
                        this.receiverType = scope.enclosingSourceType();
                }
                else   if (scope.kind == Scope.CLASS_SCOPE) {
                        this.receiverType = this.receiver.resolveType((ClassScope) scope);
                       }
                       else {
                        this.receiverType = this.receiver.resolveType((BlockScope) scope);
                       }


Clone Instance
2
Line Count
6
Source Line
44
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocFieldReference.java

                if (this.receiver == null) {
                        this.receiverType = scope.enclosingSourceType();
                }
                else   if (scope.kind == Scope.CLASS_SCOPE) {
                        this.receiverType = this.receiver.resolveType((ClassScope) scope);
                       }
                       else {
                        this.receiverType = this.receiver.resolveType((BlockScope) scope);
                       }


Clone Instance
3
Line Count
6
Source Line
44
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java

                if (this.receiver == null) {
                        this.actualReceiverType = scope.enclosingSourceType();
                }
                else   if (scope.kind == Scope.CLASS_SCOPE) {
                        this.actualReceiverType = this.receiver.resolveType((ClassScope) scope);
                       }
                       else {
                        this.actualReceiverType = this.receiver.resolveType((BlockScope) scope);
                       }


Clone AbstractionParameter Count: 1Parameter Bindings

// Resolve only receiver
if (this.receiver == null) {
  this. [[#variablebae55b40]]= scope.enclosingSourceType();
}
else
  if (scope.kind == Scope.CLASS_SCOPE) {
    this. [[#variablebae55b40]]= this.receiver.resolveType((ClassScope) scope);
  }
  else {
    this. [[#variablebae55b40]]= this.receiver.resolveType((BlockScope) scope);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bae55b40]]
receiverType 
12[[#bae55b40]]
actualReceiverType 
13[[#bae55b40]]
receiverType