Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 179 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java |
2 | 4 | 224 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/jarpackager/JarWriter3.java |
| ||||
if (location != null) { IFileInfo info = EFS.getStore(location).fetchInfo(); if (info.exists()) timeStamp = info.getLastModified(); } |
| ||||
if (locationURI != null) { IFileInfo info = EFS.getStore(locationURI).fetchInfo(); if (info.exists()) lastModified = info.getLastModified(); } |
| |||
if ( [[#variable5fc9c680]]!= null) { IFileInfo info = EFS.getStore( [[#variable5fc9c680]]).fetchInfo(); if (info.exists()) [[#variable5fc9c6a0]]= info.getLastModified(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fc9c680]] | location |
1 | 2 | [[#5fc9c680]] | locationURI |
2 | 1 | [[#5fc9c6a0]] | timeStamp |
2 | 2 | [[#5fc9c6a0]] | lastModified |