CloneSet3385


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.969additive_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14895
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
24311
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java
Clone Instance
1
Line Count
4
Source Line
895
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java

                        memSize() + 
                          (this.optionalDocComment == null ? 0:  getJavadoc().treeSize()) + 
                          (this.modifiers == null ? 0:  this.modifiers.listSize()) + 
                          (this.typeParameters == null ? 0:  this.typeParameters.listSize())


Clone Instance
2
Line Count
4
Source Line
311
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java

                       memSize() + 
                  (this.optionalExpression == null ? 0:  getExpression().treeSize()) + 
                  (this.typeArguments == null ? 0:  this.typeArguments.listSize()) + 
                  (this.arguments == null ? 0:  this.arguments.listSize())


Clone AbstractionParameter Count: 4Parameter Bindings

memSize() + (this. [[#variableb37951a0]]== null ? 0: [[#variable557e7120]]().treeSize()) + (this. [[#variableb3794240]]== null ? 0: this. [[#variableb3794240]].listSize()) + (this. [[#variableb3795180]]== null ? 0: this. [[#variableb3795180]].listSize())
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b37951a0]]
optionalDocComment 
12[[#b37951a0]]
optionalExpression 
21[[#557e7120]]
getJavadoc 
22[[#557e7120]]
getExpression 
31[[#b3794240]]
modifiers 
32[[#b3794240]]
typeArguments 
41[[#b3795180]]
typeParameters 
42[[#b3795180]]
arguments