CloneSet4684


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13757
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
232941
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
3
Source Line
757
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                Type type = convertType(argument.type);
                int typeEnd = type.getStartPosition() + type.getLength() - 1;
                int rightEnd = Math.max(typeEnd, argument.declarationSourceEnd);


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

                Type type = convertType(localDeclaration.type);
                int typeEnd = type.getStartPosition() + type.getLength() - 1;
                int rightEnd = Math.max(typeEnd, localDeclaration.declarationSourceEnd);


Clone AbstractionParameter Count: 1Parameter Bindings

Type type = convertType( [[#variable5836f740]].type);
int typeEnd = type.getStartPosition() + type.getLength() - 1;
int rightEnd = Math.max(typeEnd,  [[#variable5836f740]].declarationSourceEnd);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5836f740]]
localDeclaration 
12[[#5836f740]]
argument