| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 14 | 2 | 0.977 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 234 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayType.java |
| 2 | 4 | 181 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BreakStatement.java |
| 3 | 4 | 198 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ExpressionStatement.java |
| 4 | 4 | 154 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java |
| 5 | 4 | 193 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParenthesizedExpression.java |
| 6 | 4 | 324 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PostfixExpression.java |
| 7 | 4 | 341 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrefixExpression.java |
| 8 | 4 | 179 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ReturnStatement.java |
| 9 | 4 | 191 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java |
| 10 | 4 | 182 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java |
| 11 | 4 | 195 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThrowStatement.java |
| 12 | 4 | 352 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclarationStatement.java |
| 13 | 4 | 192 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeLiteral.java |
| 14 | 4 | 272 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WildcardType.java |
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.componentType == null ? 0: getComponentType().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.optionalLabel == null ? 0: getLabel().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.expression == null ? 0: getExpression().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.typeName == null ? 0: getTypeName().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.expression == null ? 0: getExpression().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.operand == null ? 0: getOperand().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.operand == null ? 0: getOperand().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.optionalExpression == null ? 0: getExpression().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.typeName == null ? 0: getName().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.optionalQualifier == null ? 0: getQualifier().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.expression == null ? 0: getExpression().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.typeDecl == null ? 0: getDeclaration().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.type == null ? 0: getType().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(this.optionalBound == null ? 0: getBound().treeSize());
}
|
| |||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return memSize() + (this. [[#variable54ee6a80]]== null ? 0: [[#variable54ee6920]]().treeSize());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#54ee6a80]] | expression |
| 1 | 2 | [[#54ee6a80]] | operand |
| 1 | 3 | [[#54ee6a80]] | typeName |
| 1 | 4 | [[#54ee6a80]] | componentType |
| 1 | 5 | [[#54ee6a80]] | optionalLabel |
| 1 | 6 | [[#54ee6a80]] | optionalExpression |
| 1 | 7 | [[#54ee6a80]] | typeName |
| 1 | 8 | [[#54ee6a80]] | optionalQualifier |
| 1 | 9 | [[#54ee6a80]] | typeDecl |
| 1 | 10 | [[#54ee6a80]] | type |
| 1 | 11 | [[#54ee6a80]] | optionalBound |
| 1 | 12 | [[#54ee6a80]] | expression |
| 1 | 13 | [[#54ee6a80]] | expression |
| 1 | 14 | [[#54ee6a80]] | operand |
| 2 | 1 | [[#54ee6920]] | getExpression |
| 2 | 2 | [[#54ee6920]] | getOperand |
| 2 | 3 | [[#54ee6920]] | getTypeName |
| 2 | 4 | [[#54ee6920]] | getComponentType |
| 2 | 5 | [[#54ee6920]] | getLabel |
| 2 | 6 | [[#54ee6920]] | getExpression |
| 2 | 7 | [[#54ee6920]] | getName |
| 2 | 8 | [[#54ee6920]] | getQualifier |
| 2 | 9 | [[#54ee6920]] | getDeclaration |
| 2 | 10 | [[#54ee6920]] | getType |
| 2 | 11 | [[#54ee6920]] | getBound |
| 2 | 12 | [[#54ee6920]] | getExpression |
| 2 | 13 | [[#54ee6920]] | getExpression |
| 2 | 14 | [[#54ee6920]] | getOperand |