CloneSet2977


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4360.957executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1472
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ArrayRuntimeContext.java
24109
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java
34284
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java
Clone Instance
1
Line Count
4
Source Line
72
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ArrayRuntimeContext.java

                               {
                                IStatus status = new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, 
                                                EvaluationEngineMessages.ArrayRuntimeContext_0, null);
                                throw new CoreException(status);
                               }


Clone Instance
2
Line Count
4
Source Line
109
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java

                                                                    {
            IStatus status = new Status(IStatus.ERROR, JDIDebugModel.getPluginIdentifier(), DebugException.REQUEST_FAILED, 
                    EvaluationEngineMessages.ASTEvaluationEngine_0, null);
            throw new DebugException(status);
                                                                    }


Clone Instance
3
Line Count
4
Source Line
284
Source File
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.ASTEvaluationEngine_1, null);
                                throw new CoreException(status);
                               }


Clone AbstractionParameter Count: 6Parameter Bindings

{
  IStatus status = new Status(IStatus.ERROR,  [[#variable52c08b20]]. [[#variable52c08ac0]](),  [[#variable52c08a60]]. [[#variable52c08980]], EvaluationEngineMessages. [[#variable5bcf4e40]], null);
  throw new [[#variable52c08960]](status);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52c08b20]]
JDIDebugModel 
12[[#52c08b20]]
JDIDebugPlugin 
13[[#52c08b20]]
JDIDebugPlugin 
21[[#52c08ac0]]
getPluginIdentifier 
22[[#52c08ac0]]
getUniqueIdentifier 
23[[#52c08ac0]]
getUniqueIdentifier 
31[[#52c08a60]]
DebugException 
32[[#52c08a60]]
JDIDebugPlugin 
33[[#52c08a60]]
JDIDebugPlugin 
41[[#52c08980]]
REQUEST_FAILED 
42[[#52c08980]]
INTERNAL_ERROR 
43[[#52c08980]]
INTERNAL_ERROR 
51[[#5bcf4e40]]
ASTEvaluationEngine_0 
52[[#5bcf4e40]]
ASTEvaluationEngine_1 
53[[#5bcf4e40]]
ArrayRuntimeContext_0 
61[[#52c08960]]
DebugException 
62[[#52c08960]]
CoreException 
63[[#52c08960]]
CoreException