Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.983 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 158 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLHelperImpl.java |
2 | 4 | 178 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLHelperImpl.java |
| |||||
@Override protected void didAdd(Entry<String, String> entry) { getPrefixes(entry.getValue()).add(entry.getKey()); } |
| |||||
@Override protected void didRemove(Entry<String, String> entry) { getPrefixes(entry.getValue()).add(entry.getKey()); } |
| |||
@Override protected void [[#variable174e1d20]](Entry<String, String> entry) { getPrefixes(entry.getValue()).add(entry.getKey()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174e1d20]] | didAdd |
1 | 2 | [[#174e1d20]] | didRemove |