Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.950 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 139 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
2 | 3 | 250 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/PlatformResourceURIHandlerImpl.java |
| |||||
if (requestedAttributes == null || requestedAttributes.contains(URIConverter.ATTRIBUTE_TIME_STAMP)) { result.put(URIConverter.ATTRIBUTE_TIME_STAMP, file.lastModified()); } |
| |||||
if (requestedAttributes == null || requestedAttributes.contains(URIConverter.ATTRIBUTE_TIME_STAMP)) { result.put(URIConverter.ATTRIBUTE_TIME_STAMP, resource.getLocalTimeStamp()); } |
| |||
if (requestedAttributes == null || requestedAttributes.contains(URIConverter.ATTRIBUTE_TIME_STAMP)) { result.put(URIConverter.ATTRIBUTE_TIME_STAMP, [[#variable17604aa0]]. [[#variable17604a20]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17604aa0]] | file |
1 | 2 | [[#17604aa0]] | resource |
2 | 1 | [[#17604a20]] | lastModified |
2 | 2 | [[#17604a20]] | getLocalTimeStamp |