CloneSet2892


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114109
plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java
214136
plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java
Clone Instance
1
Line Count
14
Source Line
109
Source File
plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java

        for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) {
            tpDecl.accept(this );
        }

        for (FieldDeclaration fieldDecl: d.getFields()) {
            fieldDecl.accept(this );
        }

        for (MethodDeclaration methodDecl: d.getMethods()) {
            methodDecl.accept(this );
        }

        for (TypeDeclaration typeDecl: d.getNestedTypes()) {
            typeDecl.accept(this );
        }


Clone Instance
2
Line Count
14
Source Line
136
Source File
plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java

        for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) {
            tpDecl.accept(this );
        }

        for (FieldDeclaration fieldDecl: d.getFields()) {
            fieldDecl.accept(this );
        }

        for (MethodDeclaration methodDecl: d.getMethods()) {
            methodDecl.accept(this );
        }

        for (TypeDeclaration typeDecl: d.getNestedTypes()) {
            typeDecl.accept(this );
        }


Clone AbstractionParameter Count: 0Parameter Bindings

for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) {
  tpDecl.accept(this );
}
for (FieldDeclaration fieldDecl: d.getFields()) {
  fieldDecl.accept(this );
}
for (MethodDeclaration methodDecl: d.getMethods()) {
  methodDecl.accept(this );
}
for (TypeDeclaration typeDecl: d.getNestedTypes()) {
  typeDecl.accept(this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None