CloneSet2233


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111196
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
211234
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
Clone Instance
1
Line Count
11
Source Line
196
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java

        try {
                if ((flowInfo.tagBits&  FlowInfo.UNREACHABLE) == 0) {
                        this.bits |= ASTNode.IsReachable;
                        LocalTypeBinding localType = (LocalTypeBinding) this.binding;
                        localType.setConstantPoolName(currentScope.compilationUnitScope().computeConstantPoolName(localType));
                }
                manageEnclosingInstanceAccessIfNecessary(currentScope, flowInfo);
                updateMaxFieldCount(); // propagate down the max field count
                internalAnalyseCode(flowContext, flowInfo);
        } catch (AbortType e) {
                this.ignoreFurtherInvestigation = true;
          }


Clone Instance
2
Line Count
11
Source Line
234
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java

        try {
                if ((flowInfo.tagBits&  FlowInfo.UNREACHABLE) == 0) {
                        this.bits |= ASTNode.IsReachable;
                        LocalTypeBinding localType = (LocalTypeBinding) this.binding;
                        localType.setConstantPoolName(currentScope.compilationUnitScope().computeConstantPoolName(localType));
                }
                manageEnclosingInstanceAccessIfNecessary(currentScope, flowInfo);
                updateMaxFieldCount(); // propagate down the max field count
                internalAnalyseCode(flowContext, flowInfo);
        } catch (AbortType e) {
                this.ignoreFurtherInvestigation = true;
          }


Clone AbstractionParameter Count: 0Parameter Bindings

try {
  if ((flowInfo.tagBits&FlowInfo.UNREACHABLE) == 0) {
    this.bits |= ASTNode.IsReachable;
    LocalTypeBinding localType = (LocalTypeBinding) this.binding;
    localType.setConstantPoolName(currentScope.compilationUnitScope().computeConstantPoolName(localType));
  }
  manageEnclosingInstanceAccessIfNecessary(currentScope, flowInfo);
  updateMaxFieldCount(); // propagate down the max field count
  internalAnalyseCode(flowContext, flowInfo);
}
catch (AbortType e) {
  this.ignoreFurtherInvestigation = true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None