Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 344 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModel.java |
2 | 2 | 1095 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
if (JavaModelManager.ZIP_ACCESS_VERBOSE) { System.out.println("(" + Thread.currentThread() + ") [JavaModel.getTarget(...)] Checking existence of " + path.toString()); //$NON-NLS-1$ //$NON-NLS-2$ } |
| ||||
if (JavaModelManager.ZIP_ACCESS_VERBOSE) { System.out.println("(" + Thread.currentThread() + ") [JavaModelManager.closeZipFile(ZipFile)] Closing ZipFile on " + zipFile.getName()); //$NON-NLS-1$ //$NON-NLS-2$ } |
| |||
if (JavaModelManager.ZIP_ACCESS_VERBOSE) { System.out.println("(" + Thread.currentThread() + [[#variablebdd91300]] + [[#variablebdd912a0]]. [[#variablebdd91240]]()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-1$ //$NON-NLS-2$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bdd91300]] | ") [JavaModel.getTarget(...)] Checking existence of " |
1 | 2 | [[#bdd91300]] | ") [JavaModelManager.closeZipFile(ZipFile)] Closing ZipFile on " |
2 | 1 | [[#bdd912a0]] | path |
2 | 2 | [[#bdd912a0]] | zipFile |
3 | 1 | [[#bdd91240]] | toString |
3 | 2 | [[#bdd91240]] | getName |