CloneSet9289


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14221
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/CustomHashtable.java
24205
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/CustomHashtable.java
Clone Instance
1
Line Count
4
Source Line
221
Source File
plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/CustomHashtable.java

        /**
         * Answers an Enumeration on the values of this Hashtable. The results of
         * the Enumeration may be affected if the contents of this Hashtable are
         * modified.
         * 
         * @return an Enumeration of the values of this Hashtable
         */
        public Enumeration elements() {
                if (elementCount == 0)
                        return emptyEnumerator;
                return new HashEnumerator(false);
        }


Clone Instance
2
Line Count
4
Source Line
205
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/CustomHashtable.java

    /**
     * Answers an Enumeration on the values of this Hashtable. The
     * results of the Enumeration may be affected if the contents
     * of this Hashtable are modified.
     *
     * @return          an Enumeration of the values of this Hashtable
     */
    public Enumeration elements() {
        if (elementCount == 0)
            return emptyEnumerator;
        return new HashEnumerator(false);
    }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Answers an Enumeration on the values of this Hashtable. The
     * results of the Enumeration may be affected if the contents
     * of this Hashtable are modified.
     *
     * @return          an Enumeration of the values of this Hashtable
     */
/**
         * Answers an Enumeration on the values of this Hashtable. The results of
         * the Enumeration may be affected if the contents of this Hashtable are
         * modified.
         * 
         * @return an Enumeration of the values of this Hashtable
         */
public Enumeration elements() {
  if (elementCount == 0)
    return emptyEnumerator;
  return new HashEnumerator(false);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None