Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 3173 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
2 | 5 | 3762 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
if (VERBOSE) start = System.currentTimeMillis(); saveVariablesAndContainers(); if (VERBOSE) traceVariableAndContainers("Saved", start); //$NON-NLS-1$ |
| ||||
if (VERBOSE) start = System.currentTimeMillis(); loadVariablesAndContainers(); if (VERBOSE) traceVariableAndContainers("Loaded", start); //$NON-NLS-1$ |
| |||
if (VERBOSE) start = System.currentTimeMillis(); [[#variablebc334fa0]](); if (VERBOSE) traceVariableAndContainers( [[#variablebc334a20]], start); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc334fa0]] | loadVariablesAndContainers |
1 | 2 | [[#bc334fa0]] | saveVariablesAndContainers |
2 | 1 | [[#bc334a20]] | "Loaded" |
2 | 2 | [[#bc334a20]] | "Saved" |