CloneSet9420


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.987class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19150
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java
29229
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchStatement.java
Clone Instance
1
Line Count
9
Source Line
150
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java

        /**
         * Returns the live list of statements in this block. Adding and
         * removing nodes from this list affects this node dynamically.
         * All nodes in this list must be <code>Statement</code>s;
         * attempts to add any other type of node will trigger an
         * exception.
         * 
         * @return the live list of statements in this block
         *    (element type: <code>Statement</code>)
         */
        public List statements() {
                return this.statements;
        }

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


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

        /**
         * Returns the live ordered list of statements for this switch statement.
         * Within this list, <code>SwitchCase</code> nodes mark the start of 
         * the switch groups.
         * 
         * @return the live list of statement nodes
         *    (element type: <code>Statement</code>)
         */
        public List statements() {
                return this.statements;
        }

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


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Returns the live list of statements in this block. Adding and
         * removing nodes from this list affects this node dynamically.
         * All nodes in this list must be <code>Statement</code>s;
         * attempts to add any other type of node will trigger an
         * exception.
         * 
         * @return the live list of statements in this block
         *    (element type: <code>Statement</code>)
         */
/**
         * Returns the live ordered list of statements for this switch statement.
         * Within this list, <code>SwitchCase</code> nodes mark the start of 
         * the switch groups.
         * 
         * @return the live list of statement nodes
         *    (element type: <code>Statement</code>)
         */
public List statements() {
  return this.statements;
}

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1c10fc0]]
1 
12[[#a1c10fc0]]
2