CloneSet6439


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15242
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java
25322
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
Clone Instance
1
Line Count
5
Source Line
242
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java

                classFile.completeMethodInfo(methodAttributeOffset, attributeNumber);

                // if a problem got reported during code gen, then trigger problem method creation
                if (this.ignoreFurtherInvestigation) {
                        throw new AbortMethod(this.scope.referenceCompilationUnit().compilationResult, null);
                }


Clone Instance
2
Line Count
5
Source Line
322
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java

        classFile.completeMethodInfo(methodAttributeOffset, attributeNumber);

        // if a problem got reported during code gen, then trigger problem method creation
        if (this.ignoreFurtherInvestigation) {
                throw new AbortMethod(this.scope.referenceCompilationUnit().compilationResult, null);
        }


Clone AbstractionParameter Count: 0Parameter Bindings

classFile.completeMethodInfo(methodAttributeOffset, attributeNumber);
// if a problem got reported during code gen, then trigger problem method creation
if (this.ignoreFurtherInvestigation) {
  throw new AbortMethod(this.scope.referenceCompilationUnit().compilationResult, null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None