CloneSet413


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16430.979statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116260
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
216277
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
316294
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
416311
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
Clone Instance
1
Line Count
16
Source Line
260
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                if (this.acceptedClasses != null) {
                        this.acceptedAnswer = true;
                        for (int i = 0; i < this.acceptedClassesCount; i++) {
                                this.noProposal = false;
                                this.requestor.acceptType(
                                        this.acceptedClasses[i][0], 
                                        this.acceptedClasses[i][1], 
                                        this.acceptedClassesModifiers[i], 
                                        false, 
                                        null, 
                                        this.actualSelectionStart, 
                                        this.actualSelectionEnd);
                        }
                        this.acceptedClasses = null;
                        this.acceptedClassesModifiers = null;
                        this.acceptedClassesCount = 0;
                }


Clone Instance
2
Line Count
16
Source Line
277
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                if (this.acceptedInterfaces != null) {
                        this.acceptedAnswer = true;
                        for (int i = 0; i < this.acceptedInterfacesCount; i++) {
                                this.noProposal = false;
                                this.requestor.acceptType(
                                        this.acceptedInterfaces[i][0], 
                                        this.acceptedInterfaces[i][1], 
                                        this.acceptedInterfacesModifiers[i], 
                                        false, 
                                        null, 
                                        this.actualSelectionStart, 
                                        this.actualSelectionEnd);
                        }
                        this.acceptedInterfaces = null;
                        this.acceptedInterfacesModifiers = null;
                        this.acceptedInterfacesCount = 0;
                }


Clone Instance
3
Line Count
16
Source Line
294
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                if (this.acceptedAnnotations != null) {
                        this.acceptedAnswer = true;
                        for (int i = 0; i < this.acceptedAnnotationsCount; i++) {
                                this.noProposal = false;
                                this.requestor.acceptType(
                                        this.acceptedAnnotations[i][0], 
                                        this.acceptedAnnotations[i][1], 
                                        this.acceptedAnnotationsModifiers[i], 
                                        false, 
                                        null, 
                                        this.actualSelectionStart, 
                                        this.actualSelectionEnd);
                        }
                        this.acceptedAnnotations = null;
                        this.acceptedAnnotationsModifiers = null;
                        this.acceptedAnnotationsCount = 0;
                }


Clone Instance
4
Line Count
16
Source Line
311
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                if (this.acceptedEnums != null) {
                        this.acceptedAnswer = true;
                        for (int i = 0; i < this.acceptedEnumsCount; i++) {
                                this.noProposal = false;
                                this.requestor.acceptType(
                                        this.acceptedEnums[i][0], 
                                        this.acceptedEnums[i][1], 
                                        this.acceptedEnumsModifiers[i], 
                                        false, 
                                        null, 
                                        this.actualSelectionStart, 
                                        this.actualSelectionEnd);
                        }
                        this.acceptedEnums = null;
                        this.acceptedEnumsModifiers = null;
                        this.acceptedEnumsCount = 0;
                }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this. [[#variable98757c40]]!= null) {
  this.acceptedAnswer = true;
  for (int i = 0; i < this. [[#variableb49d3a60]]; i++) {
    this.noProposal = false;
    this.requestor.acceptType(this. [[#variable98757c40]][i][0], this. [[#variable98757c40]][i][1], this. [[#variableb49d3a40]][i], false, null, this.actualSelectionStart, this.actualSelectionEnd);
  }
  this. [[#variable98757c40]]= null;
  this. [[#variableb49d3a40]]= null;
  this. [[#variableb49d3a60]]= 0;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#98757c40]]
acceptedClasses 
12[[#98757c40]]
acceptedInterfaces 
13[[#98757c40]]
acceptedAnnotations 
14[[#98757c40]]
acceptedEnums 
21[[#b49d3a60]]
acceptedClassesCount 
22[[#b49d3a60]]
acceptedInterfacesCount 
23[[#b49d3a60]]
acceptedAnnotationsCount 
24[[#b49d3a60]]
acceptedEnumsCount 
31[[#b49d3a40]]
acceptedClassesModifiers 
32[[#b49d3a40]]
acceptedInterfacesModifiers 
33[[#b49d3a40]]
acceptedAnnotationsModifiers 
34[[#b49d3a40]]
acceptedEnumsModifiers