Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 221 | plugins/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/CustomHashtable.java |
2 | 4 | 205 | 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); } |
| ||||
/** * 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); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |