Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.980 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 328 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
2 | 8 | 364 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
| ||||
final EclipseDeclarationImpl decl; if (fieldBinding != null) decl = Factory.createDeclaration(fieldBinding, this ); else { decl = Factory.createDeclaration(frag, getFileForNode(frag), this ); } if (decl != null) decls.add(decl); |
| ||||
final EclipseDeclarationImpl decl; if (binding != null) decl = Factory.createDeclaration(binding, this ); else { decl = Factory.createDeclaration(node, getFileForNode(node), this ); } if (decl != null) decls.add( decl); |
| |||
final EclipseDeclarationImpl decl; if ( [[#variable9b8369a0]]!= null) decl = Factory.createDeclaration( [[#variable9b8369a0]], this ); else { decl = Factory.createDeclaration( [[#variable9e811c20]], getFileForNode( [[#variable9e811c20]]), this ); } if (decl != null) decls.add(decl); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b8369a0]] | binding |
1 | 2 | [[#9b8369a0]] | fieldBinding |
2 | 1 | [[#9e811c20]] | node |
2 | 2 | [[#9e811c20]] | frag |