Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.952 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 55 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java |
2 | 1 | 44 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/LogicalObjectStructureInterfaceType.java |
| ||||
private static IStatus fgNeedStackFrame = new Status(IStatus.INFO, JDIDebugPlugin.getUniqueIdentifier(), INFO_EVALUATION_STACK_FRAME, "Provides thread context for an evaluation", null); //$NON-NLS-1$ |
| ||||
private static IStatus fgNeedThread = new Status(IStatus.INFO, JDIDebugPlugin.getUniqueIdentifier(), LogicalObjectStructureInterfaceType.INFO_EVALUATION_THREAD, "Provides thread context for an evaluation", null); //$NON-NLS-1$ |
| |||
private static IStatus [[#variable54fbd5a0]]= new Status(IStatus.INFO, JDIDebugPlugin.getUniqueIdentifier(), [[#variable54fbd4e0]], "Provides thread context for an evaluation", null); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54fbd5a0]] | fgNeedThread |
1 | 2 | [[#54fbd5a0]] | fgNeedStackFrame |
2 | 1 | [[#54fbd4e0]] | LogicalObjectStructureInterfaceType.INFO_EVALUATION_THREAD |
2 | 2 | [[#54fbd4e0]] | INFO_EVALUATION_STACK_FRAME |