Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.984 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 80 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/ClasspathJar.java |
2 | 9 | 122 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ClasspathJar.java |
| ||||
public void reset() { if (this.zipFile != null && this.closeZipFileAtEnd) { try { this.zipFile.close(); } catch (IOException e) { // ignore } this.zipFile = null; } this.packageCache = null; } |
| ||||
public void cleanup() { if (this.zipFile != null && this.closeZipFileAtEnd) { try { this.zipFile.close(); } catch (IOException e) { // ignore it } this.zipFile = null; } this.knownPackageNames = null; } |
| |||
public void [[#variable900de4c0]]() { if (this.zipFile != null && this.closeZipFileAtEnd) { try { this.zipFile.close(); } catch (IOException e) { // ignore it // ignore } this.zipFile = null; } this. [[#variable900de320]]= null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#900de4c0]] | cleanup |
1 | 2 | [[#900de4c0]] | reset |
2 | 1 | [[#900de320]] | knownPackageNames |
2 | 2 | [[#900de320]] | packageCache |