Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.954 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 1180 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java |
2 | 14 | 306 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java |
| |||||
if (object == this ) { return true; } if ( !(object instanceof List)) { return false; } List<? > list = (List<? >) object; if (list.size() != size) { return false; } |
| |||||
if (object == this ) { return true; } if ( !(object instanceof List)) { return false; } List<? > list = (List<? >) object; if (list.size() != delegateSize()) { return false; } |
| |||
if (object == this ) { return true; } if ( !(object instanceof List)) { return false; } List<? > list = (List<? >) object; if (list.size() != [[#variable17496ee0]]) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17496ee0]] | size |
1 | 2 | [[#17496ee0]] | delegateSize() |