CloneSet2751


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.982statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
175001
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
275022
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
375033
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
475043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
7
Source Line
5001
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                        switch (this.ast.apiLevel) {
                                                case AST.JLS2_INTERNAL:
                                                        methodDeclaration.internalSetReturnType(elementType);
                                                        break;
                                                case AST.JLS3:
                                                        methodDeclaration.setReturnType2(elementType);
                                                break;
                                              }


Clone Instance
2
Line Count
7
Source Line
5022
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                        switch (this.ast.apiLevel) {
                                                case AST.JLS2_INTERNAL:
                                                        methodDeclaration.internalSetReturnType(subarrayType);
                                                        break;
                                                case AST.JLS3:
                                                        methodDeclaration.setReturnType2(subarrayType);
                                                break;
                                              }


Clone Instance
3
Line Count
7
Source Line
5033
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                switch (this.ast.apiLevel) {
                                        case AST.JLS2_INTERNAL:
                                                methodDeclaration.internalSetReturnType(type);
                                                break;
                                        case AST.JLS3:
                                                methodDeclaration.setReturnType2(type);
                                        break;
                                      }


Clone Instance
4
Line Count
7
Source Line
5043
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                        switch (this.ast.apiLevel) {
                                case AST.JLS2_INTERNAL:
                                        methodDeclaration.internalSetReturnType(type);
                                        break;
                                case AST.JLS3:
                                        methodDeclaration.setReturnType2(type);
                                break;
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

switch (this.ast.apiLevel) {
  case AST.JLS2_INTERNAL:
    methodDeclaration.internalSetReturnType( [[#variablea4327b60]]);
    break;
  case AST.JLS3:
    methodDeclaration.setReturnType2( [[#variablea4327b60]]);
    break;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4327b60]]
type 
12[[#a4327b60]]
subarrayType 
13[[#a4327b60]]
elementType 
14[[#a4327b60]]
type