CloneSet5744


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.984statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17115
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java
27161
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java
Clone Instance
1
Line Count
7
Source Line
115
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java

        this.pendingTypeParameters = null;

        /* do not consider a field starting passed the type end (if set)
        it must be belonging to an enclosing type */
        if (typeDeclaration.declarationSourceEnd != 0 &&
                   fieldDeclaration.declarationSourceStart > typeDeclaration.declarationSourceEnd) {
                return this.parent.add(fieldDeclaration, bracketBalanceValue);
        }


Clone Instance
2
Line Count
7
Source Line
161
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java

        this.pendingTypeParameters = null;

        /* do not consider a type starting passed the type end (if set)
                it must be belonging to an enclosing type */
        if (typeDeclaration.declarationSourceEnd != 0 &&
                   memberTypeDeclaration.declarationSourceStart > typeDeclaration.declarationSourceEnd) {
                return this.parent.add(memberTypeDeclaration, bracketBalanceValue);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

this.pendingTypeParameters = null;
/* do not consider a type starting passed the type end (if set)
                it must be belonging to an enclosing type */
/* do not consider a field starting passed the type end (if set)
        it must be belonging to an enclosing type */
if (typeDeclaration.declarationSourceEnd != 0 && [[#variable942ba140]].declarationSourceStart > typeDeclaration.declarationSourceEnd) {
  return this.parent.add( [[#variable942ba140]], bracketBalanceValue);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#942ba140]]
memberTypeDeclaration 
12[[#942ba140]]
fieldDeclaration