Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.952 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 83 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/CommonPlugin.java |
2 | 3 | 91 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/CommonPlugin.java |
| |||||
/** * Use the platform, if available, to convert to a local URI. */ public static URI asLocalURI(URI uri) { return plugin == null ? uri: Implementation.asLocalURI(uri); } |
| |||||
/** * Use the platform, if available, to resolve the URI. */ public static URI resolve(URI uri) { return plugin == null ? uri: Implementation.resolve(uri); } |
| |||
/** * Use the platform, if available, to resolve the URI. */ /** * Use the platform, if available, to convert to a local URI. */ public static URI [[#variable175cc840]](URI uri) { return plugin == null ? uri: Implementation. [[#variable175cc840]](uri); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175cc840]] | asLocalURI |
1 | 2 | [[#175cc840]] | resolve |