CloneSet7580


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

        /* consider that if the opening brace was not found, it is there */
        if ( !foundOpeningBrace) {
                foundOpeningBrace = true;
                this.bracketBalance++;
        }
        /* if method not finished, then method becomes current */
        if (methodDeclaration.declarationSourceEnd == 0) return element;
        return this ;


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

        /* consider that if the opening brace was not found, it is there */
        if ( !foundOpeningBrace) {
                foundOpeningBrace = true;
                this.bracketBalance++;
        }
        /* if field not finished, then field becomes current */
        if (fieldDeclaration.declarationSourceEnd == 0) return element;
        return this ;


Clone AbstractionParameter Count: 1Parameter Bindings

/* consider that if the opening brace was not found, it is there */
if ( !foundOpeningBrace) {
  foundOpeningBrace = true;
  this.bracketBalance++;
}
/* if method not finished, then method becomes current */
/* if field not finished, then field becomes current */
if ( [[#variable59a1aca0]].declarationSourceEnd == 0)
  return element;
return this ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59a1aca0]]
methodDeclaration 
12[[#59a1aca0]]
fieldDeclaration