| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.976 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 181 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ContinueStatement.java |
| 2 | 4 | 371 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java |
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(optionalLabel == null ? 0: getLabel().treeSize());
}
|
| ||||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return
memSize() +
(importName == null ? 0: getName().treeSize());
}
|
| |||
/* (omit javadoc for this method)
* Method declared on ASTNode.
*/
int treeSize() {
return memSize() + ( [[#variablec1c615c0]]== null ? 0: [[#variablec1c614e0]]().treeSize());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c1c615c0]] | importName |
| 1 | 2 | [[#c1c615c0]] | optionalLabel |
| 2 | 1 | [[#c1c614e0]] | getName |
| 2 | 2 | [[#c1c614e0]] | getLabel |