CloneSet3124


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.980statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18328
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
28364
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
Clone Instance
1
Line Count
8
Source Line
328
Source File
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);


Clone Instance
2
Line Count
8
Source Line
364
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java

                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);


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b8369a0]]
binding 
12[[#9b8369a0]]
fieldBinding 
21[[#9e811c20]]
node 
22[[#9e811c20]]
frag