Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 4484 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 4 | 4559 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 4 | 4641 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
4 | 4 | 4661 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
5 | 4 | 4742 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
if (argument.annotations != null) { variableDecl.setFlags(variableDecl.getFlags()| ASTNode.MALFORMED); } break; |
| ||||
if (localDeclaration.annotations != null) { variableDecl.setFlags(variableDecl.getFlags()| ASTNode.MALFORMED); } break; |
| ||||
if (typeDeclaration.annotations != null) { typeDecl.setFlags(typeDecl.getFlags()| ASTNode.MALFORMED); } break; |
| ||||
if (localDeclaration.annotations != null) { variableDeclarationExpression.setFlags(variableDeclarationExpression.getFlags()| ASTNode.MALFORMED); } break; |
| ||||
if (localDeclaration.annotations != null) { variableDeclarationStatement.setFlags(variableDeclarationStatement.getFlags()| ASTNode.MALFORMED); } break; |
| |||
if ( [[#variable6005bb40]].annotations != null) { [[#variable5dfb6340]].setFlags( [[#variable5dfb6340]].getFlags()|ASTNode.MALFORMED); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6005bb40]] | typeDeclaration |
1 | 2 | [[#6005bb40]] | argument |
1 | 3 | [[#6005bb40]] | localDeclaration |
1 | 4 | [[#6005bb40]] | localDeclaration |
1 | 5 | [[#6005bb40]] | localDeclaration |
2 | 1 | [[#5dfb6340]] | typeDecl |
2 | 2 | [[#5dfb6340]] | variableDecl |
2 | 3 | [[#5dfb6340]] | variableDecl |
2 | 4 | [[#5dfb6340]] | variableDeclarationStatement |
2 | 5 | [[#5dfb6340]] | variableDeclarationExpression |