Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 288 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ExtensibleURIConverterImpl.java |
2 | 3 | 299 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ExtensibleURIConverterImpl.java |
3 | 3 | 311 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ExtensibleURIConverterImpl.java |
4 | 3 | 317 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ExtensibleURIConverterImpl.java |
5 | 3 | 323 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/ExtensibleURIConverterImpl.java |
| |||||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI).createOutputStream(normalizedURI, new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
| |||||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI).createInputStream(normalizedURI, new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
| |||||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI).contentDescription(normalizedURI, new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
| |||||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI).exists(normalizedURI, new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
| |||||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI).getAttributes(uri, new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
| |||
{ URI normalizedURI = normalize(uri); return getURIHandler(normalizedURI). [[#variable172eada0]]( [[#variable172ead20]], new OptionsMap(OPTION_URI_CONVERTER, this, options)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172eada0]] | createOutputStream |
1 | 2 | [[#172eada0]] | createInputStream |
1 | 3 | [[#172eada0]] | contentDescription |
1 | 4 | [[#172eada0]] | exists |
1 | 5 | [[#172eada0]] | getAttributes |
2 | 1 | [[#172ead20]] | normalizedURI |
2 | 2 | [[#172ead20]] | normalizedURI |
2 | 3 | [[#172ead20]] | normalizedURI |
2 | 4 | [[#172ead20]] | normalizedURI |
2 | 5 | [[#172ead20]] | uri |