| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 6 | 0.957 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 72 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ArrayRuntimeContext.java |
| 2 | 4 | 109 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java |
| 3 | 4 | 284 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java |
| ||||
{
IStatus status = new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR,
EvaluationEngineMessages.ArrayRuntimeContext_0, null);
throw new CoreException(status);
}
|
| ||||
{
IStatus status = new Status(IStatus.ERROR, JDIDebugModel.getPluginIdentifier(), DebugException.REQUEST_FAILED,
EvaluationEngineMessages.ASTEvaluationEngine_0, null);
throw new DebugException(status);
}
|
| ||||
{
IStatus status = new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR,
EvaluationEngineMessages.ASTEvaluationEngine_1, null);
throw new CoreException(status);
}
|
| |||
{
IStatus status = new Status(IStatus.ERROR, [[#variable52c08b20]]. [[#variable52c08ac0]](), [[#variable52c08a60]]. [[#variable52c08980]], EvaluationEngineMessages. [[#variable5bcf4e40]], null);
throw new [[#variable52c08960]](status);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52c08b20]] | JDIDebugModel |
| 1 | 2 | [[#52c08b20]] | JDIDebugPlugin |
| 1 | 3 | [[#52c08b20]] | JDIDebugPlugin |
| 2 | 1 | [[#52c08ac0]] | getPluginIdentifier |
| 2 | 2 | [[#52c08ac0]] | getUniqueIdentifier |
| 2 | 3 | [[#52c08ac0]] | getUniqueIdentifier |
| 3 | 1 | [[#52c08a60]] | DebugException |
| 3 | 2 | [[#52c08a60]] | JDIDebugPlugin |
| 3 | 3 | [[#52c08a60]] | JDIDebugPlugin |
| 4 | 1 | [[#52c08980]] | REQUEST_FAILED |
| 4 | 2 | [[#52c08980]] | INTERNAL_ERROR |
| 4 | 3 | [[#52c08980]] | INTERNAL_ERROR |
| 5 | 1 | [[#5bcf4e40]] | ASTEvaluationEngine_0 |
| 5 | 2 | [[#5bcf4e40]] | ASTEvaluationEngine_1 |
| 5 | 3 | [[#5bcf4e40]] | ArrayRuntimeContext_0 |
| 6 | 1 | [[#52c08960]] | DebugException |
| 6 | 2 | [[#52c08960]] | CoreException |
| 6 | 3 | [[#52c08960]] | CoreException |