CloneSet7623


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.989class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19250
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberRef.java
29294
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java
Clone Instance
1
Line Count
9
Source Line
250
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberRef.java

        /**
         * Resolves and returns the binding for the entity referred to by
         * this member reference.
         * <p>
         * Note that bindings are generally unavailable unless requested when the
         * AST is being built.
         * </p>
         * 
         * @return the binding, or <code>null</code> if the binding cannot be 
         *    resolved
         */
        public final IBinding resolveBinding() {
                return this.ast.getBindingResolver().resolveReference(this );
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        int memSize() {
                return BASE_NODE_SIZE + 2 * 4;
        }


Clone Instance
2
Line Count
9
Source Line
294
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java

        /**
         * Resolves and returns the binding for the entity referred to by
         * this method reference.
         * <p>
         * Note that bindings are generally unavailable unless requested when the
         * AST is being built.
         * </p>
         * 
         * @return the binding, or <code>null</code> if the binding cannot be 
         *    resolved
         */
        public final IBinding resolveBinding() {
                return this.ast.getBindingResolver().resolveReference(this );
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        int memSize() {
                return BASE_NODE_SIZE + 3 * 4;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Resolves and returns the binding for the entity referred to by
         * this member reference.
         * <p>
         * Note that bindings are generally unavailable unless requested when the
         * AST is being built.
         * </p>
         * 
         * @return the binding, or <code>null</code> if the binding cannot be 
         *    resolved
         */
/**
         * Resolves and returns the binding for the entity referred to by
         * this method reference.
         * <p>
         * Note that bindings are generally unavailable unless requested when the
         * AST is being built.
         * </p>
         * 
         * @return the binding, or <code>null</code> if the binding cannot be 
         *    resolved
         */
public final IBinding resolveBinding() {
  return this.ast.getBindingResolver().resolveReference(this );
}

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
int memSize() {
  return BASE_NODE_SIZE +  [[#variable5a4a6c20]] * 4;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a4a6c20]]
2 
12[[#5a4a6c20]]
3