Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.983 | class_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 72 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/FileURIHandlerImpl.java |
2 | 13 | 166 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/PlatformResourceURIHandlerImpl.java |
| |||||
{ @Override public void close() throws IOException { try { super.close(); } finally { if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, file.lastModified()); } } } } |
| |||||
{ @Override public void close() throws IOException { try { super.close(); } finally { if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, file.getLocalTimeStamp()); } } } } |
| |||
{ @Override public void close() throws IOException { try { super.close(); } finally { if (response != null) { response.put(URIConverter.RESPONSE_TIME_STAMP_PROPERTY, file. [[#variable174eb8e0]]()); } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174eb8e0]] | lastModified |
1 | 2 | [[#174eb8e0]] | getLocalTimeStamp |