CloneSet5752


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

                        if (this.needFreeReturn) {
                                codeStream.return_();
                        }
                        // local variable attributes
                        codeStream.exitUserScope(this.scope);
                        codeStream.recordPositionsFrom(0, this.declarationSourceEnd);
                        classFile.completeCodeAttribute(codeAttributeOffset);
                        attributeNumber++;


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

                if (this.needFreeReturn) {
                        codeStream.return_();
                }
                // local variable attributes
                codeStream.exitUserScope(this.scope);
                codeStream.recordPositionsFrom(0, this.bodyEnd);
                classFile.completeCodeAttribute(codeAttributeOffset);
                attributeNumber++;


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.needFreeReturn) {
  codeStream.return_();
}
// local variable attributes
codeStream.exitUserScope(this.scope);
codeStream.recordPositionsFrom(0, this. [[#variable942e1240]]);
classFile.completeCodeAttribute(codeAttributeOffset);
attributeNumber++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#942e1240]]
bodyEnd 
12[[#942e1240]]
declarationSourceEnd