CloneSet3769


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.966statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1327
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnParameterizedQualifiedTypeReference.java
23818
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
Clone Instance
1
Line Count
3
Source Line
27
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnParameterizedQualifiedTypeReference.java

                int length =  this.typeArguments.length;
                System.arraycopy(this.typeArguments, 0, this.typeArguments = new TypeReference[length + 1][], 0, length);
                this.typeArguments[length] = assistTypeArguments;


Clone Instance
2
Line Count
3
Source Line
818
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java

                                // grow
                                int length = this.answers.length;
                                System.arraycopy(this.answers, 0, this.answers = new String[length + 1][], 0, length);
                                this.answers[length] = answer;


Clone AbstractionParameter Count: 3Parameter Bindings

// grow
int length = this. [[#variable72eb3240]].length;
System.arraycopy(this. [[#variable72eb3240]], 0, this. [[#variable72eb3240]]= new [[#variable72eb31c0]][length + 1][], 0, length);
this. [[#variable72eb3240]][length] = [[#variable72eb3160]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#72eb3240]]
typeArguments 
12[[#72eb3240]]
answers 
21[[#72eb31c0]]
TypeReference 
22[[#72eb31c0]]
String 
31[[#72eb3160]]
assistTypeArguments 
32[[#72eb3160]]
answer