CloneSet2251


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112217
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java
212231
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java
Clone Instance
1
Line Count
12
Source Line
217
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java

                if (this.expectedTypesSignatures == null) {
                        buffer.append(string);
                }
                else   {
                        buffer.append('{');
                        for (int i = 0; i < this.expectedTypesSignatures.length; i++) {
                                if (i > 0)buffer.append(',');
                                buffer.append(this.expectedTypesSignatures[i]);
                        }

                        buffer.append('}');
                }
                buffer.append('\n');


Clone Instance
2
Line Count
12
Source Line
231
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java

                if (expectedTypesSignatures == null) {
                        buffer.append(string);
                }
                else   {
                        buffer.append('{');
                        for (int i = 0; i < this.expectedTypesKeys.length; i++) {
                                if (i > 0)buffer.append(',');
                                buffer.append(this.expectedTypesKeys[i]);
                        }

                        buffer.append('}');
                }
                buffer.append('\n');


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable99bfa120]]== null) {
  buffer.append(string);
}
else {
  buffer.append('{');
  for (int i = 0; i < this. [[#variable99bfa100]].length; i++) {
    if (i > 0)
      buffer.append(',');
    buffer.append(this. [[#variable99bfa100]][i]);
  }
  buffer.append('}');
}
buffer.append('\n');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99bfa120]]
expectedTypesSignatures 
12[[#99bfa120]]
this.expectedTypesSignatures 
21[[#99bfa100]]
expectedTypesKeys 
22[[#99bfa100]]
expectedTypesSignatures