CloneSet227


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21850.957executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12150
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java
2255
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/DivideOperator.java
3266
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/DivideOperator.java
4251
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushFieldVariable.java
5242
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushThis.java
6255
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RemainderOperator.java
7266
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RemainderOperator.java
8259
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/SendMessage.java
9255
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/SendStaticMessage.java
102177
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java
112183
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java
122187
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java
132193
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java
142198
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java
153104
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/LogicalObjectStructureInterfaceType.java
1621002
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java
1731008
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java
1821012
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java
Clone Instance
1
Line Count
2
Source Line
150
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java

                       {
                        throw new DebugException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, EvaluationEngineMessages.ASTEvaluationEngine_AST_evaluation_engine_cannot_evaluate_expression, null));
                       }


Clone Instance
2
Line Count
2
Source Line
55
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/DivideOperator.java

                                  {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.DivideOperator_Divide_by_zero_1, null));
                                  }


Clone Instance
3
Line Count
2
Source Line
66
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/DivideOperator.java

                                  {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.DivideOperator_Divide_by_zero_2, null));
                                  }


Clone Instance
4
Line Count
2
Source Line
51
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushFieldVariable.java

                                                   {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.PushFieldVariable_0, null));
                                                   }


Clone Instance
5
Line Count
2
Source Line
42
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushThis.java

                                                          {
                                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.PushThis_Unable_to_retrieve_the_correct_enclosing_instance_of__this__2, null));
                                                          }


Clone Instance
6
Line Count
2
Source Line
55
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RemainderOperator.java

                                  {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.RemainderOperator_Divide_by_zero_1, null));
                                  }


Clone Instance
7
Line Count
2
Source Line
66
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RemainderOperator.java

                                  {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.RemainderOperator_Divide_by_zero_2, null));
                                  }


Clone Instance
8
Line Count
2
Source Line
59
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/SendMessage.java

                       {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.SendMessage_Attempt_to_send_a_message_to_a_non_object_value_1, null));
                       }


Clone Instance
9
Line Count
2
Source Line
55
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/SendStaticMessage.java

                       {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, InstructionsEvaluationMessages.SendStaticMessage_Cannot_send_a_static_message_to_a_non_class_type_object_1, null));
                       }


Clone Instance
10
Line Count
2
Source Line
177
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java

                                   {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.JavaLogicalStructures_0, null));
                                   }


Clone Instance
11
Line Count
2
Source Line
183
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java

                                          {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.JavaLogicalStructures_4, null));
                                          }


Clone Instance
12
Line Count
2
Source Line
187
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java

                                                                   {
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.JavaLogicalStructures_1, null));
                                                                   }


Clone Instance
13
Line Count
2
Source Line
193
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java

                                                  {
                                throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.JavaLogicalStructures_2, null));
                                                  }


Clone Instance
14
Line Count
2
Source Line
198
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java

                                                   {
                                throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.JavaLogicalStructures_3, null));
                                                   }


Clone Instance
15
Line Count
3
Source Line
104
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/LogicalObjectStructureInterfaceType.java

                                    {
                        // can't do it
                        throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), JDIDebugPlugin.INTERNAL_ERROR, LogicalStructuresMessages.LogicalObjectStructureType_1, null));
                                    }


Clone Instance
16
Line Count
2
Source Line
1002
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java

                                                  {
                                        throw new DebugException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IJavaStackFrame.ERR_INVALID_STACK_FRAME, JDIDebugModelMessages.JDIStackFrame_25, null));
                                                  }


Clone Instance
17
Line Count
3
Source Line
1008
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java

                                                          {
                                                // If depth is -1, then this is an invalid frame
                                                throw new DebugException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IJavaStackFrame.ERR_INVALID_STACK_FRAME, JDIDebugModelMessages.JDIStackFrame_25, null));
                                                          }


Clone Instance
18
Line Count
2
Source Line
1012
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java

                                       {
                                        throw new DebugException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IJavaThread.ERR_THREAD_NOT_SUSPENDED, JDIDebugModelMessages.JDIStackFrame_25, null));
                                       }


Clone AbstractionParameter Count: 5Parameter Bindings

{
  // can't do it
  // If depth is -1, then this is an invalid frame
  throw new [[#variableba859a20]](new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(),  [[#variableba8599a0]]. [[#variable5a0b3b40]],  [[#variableba8596a0]]. [[#variableba859960]], null));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba859a20]]
DebugException 
12[[#ba859a20]]
DebugException 
13[[#ba859a20]]
CoreException 
14[[#ba859a20]]
CoreException 
15[[#ba859a20]]
CoreException 
16[[#ba859a20]]
CoreException 
17[[#ba859a20]]
CoreException 
18[[#ba859a20]]
CoreException 
19[[#ba859a20]]
CoreException 
110[[#ba859a20]]
CoreException 
111[[#ba859a20]]
CoreException 
112[[#ba859a20]]
CoreException 
113[[#ba859a20]]
CoreException 
114[[#ba859a20]]
CoreException 
115[[#ba859a20]]
CoreException 
116[[#ba859a20]]
CoreException 
117[[#ba859a20]]
DebugException 
118[[#ba859a20]]
DebugException 
21[[#ba8599a0]]
IJavaStackFrame 
22[[#ba8599a0]]
IJavaThread 
23[[#ba8599a0]]
JDIDebugPlugin 
24[[#ba8599a0]]
JDIDebugPlugin 
25[[#ba8599a0]]
JDIDebugPlugin 
26[[#ba8599a0]]
JDIDebugPlugin 
27[[#ba8599a0]]
JDIDebugPlugin 
28[[#ba8599a0]]
JDIDebugPlugin 
29[[#ba8599a0]]
IStatus 
210[[#ba8599a0]]
IStatus 
211[[#ba8599a0]]
IStatus 
212[[#ba8599a0]]
IStatus 
213[[#ba8599a0]]
IStatus 
214[[#ba8599a0]]
IStatus 
215[[#ba8599a0]]
IStatus 
216[[#ba8599a0]]
IStatus 
217[[#ba8599a0]]
IStatus 
218[[#ba8599a0]]
IJavaStackFrame 
31[[#5a0b3b40]]
ERR_INVALID_STACK_FRAME 
32[[#5a0b3b40]]
ERR_THREAD_NOT_SUSPENDED 
33[[#5a0b3b40]]
INTERNAL_ERROR 
34[[#5a0b3b40]]
INTERNAL_ERROR 
35[[#5a0b3b40]]
INTERNAL_ERROR 
36[[#5a0b3b40]]
INTERNAL_ERROR 
37[[#5a0b3b40]]
INTERNAL_ERROR 
38[[#5a0b3b40]]
INTERNAL_ERROR 
39[[#5a0b3b40]]
OK 
310[[#5a0b3b40]]
OK 
311[[#5a0b3b40]]
OK 
312[[#5a0b3b40]]
OK 
313[[#5a0b3b40]]
OK 
314[[#5a0b3b40]]
OK 
315[[#5a0b3b40]]
OK 
316[[#5a0b3b40]]
OK 
317[[#5a0b3b40]]
OK 
318[[#5a0b3b40]]
ERR_INVALID_STACK_FRAME 
41[[#ba8596a0]]
JDIDebugModelMessages 
42[[#ba8596a0]]
JDIDebugModelMessages 
43[[#ba8596a0]]
LogicalStructuresMessages 
44[[#ba8596a0]]
LogicalStructuresMessages 
45[[#ba8596a0]]
LogicalStructuresMessages 
46[[#ba8596a0]]
LogicalStructuresMessages 
47[[#ba8596a0]]
LogicalStructuresMessages 
48[[#ba8596a0]]
LogicalStructuresMessages 
49[[#ba8596a0]]
InstructionsEvaluationMessages 
410[[#ba8596a0]]
InstructionsEvaluationMessages 
411[[#ba8596a0]]
InstructionsEvaluationMessages 
412[[#ba8596a0]]
InstructionsEvaluationMessages 
413[[#ba8596a0]]
InstructionsEvaluationMessages 
414[[#ba8596a0]]
InstructionsEvaluationMessages 
415[[#ba8596a0]]
InstructionsEvaluationMessages 
416[[#ba8596a0]]
InstructionsEvaluationMessages 
417[[#ba8596a0]]
EvaluationEngineMessages 
418[[#ba8596a0]]
JDIDebugModelMessages 
51[[#ba859960]]
JDIStackFrame_25 
52[[#ba859960]]
JDIStackFrame_25 
53[[#ba859960]]
LogicalObjectStructureType_1 
54[[#ba859960]]
JavaLogicalStructures_0 
55[[#ba859960]]
JavaLogicalStructures_4 
56[[#ba859960]]
JavaLogicalStructures_1 
57[[#ba859960]]
JavaLogicalStructures_2 
58[[#ba859960]]
JavaLogicalStructures_3 
59[[#ba859960]]
SendStaticMessage_Cannot_send_a_static_message_to_a_non_class_type_object_1 
510[[#ba859960]]
SendMessage_Attempt_to_send_a_message_to_a_non_object_value_1 
511[[#ba859960]]
RemainderOperator_Divide_by_zero_1 
512[[#ba859960]]
RemainderOperator_Divide_by_zero_2 
513[[#ba859960]]
PushThis_Unable_to_retrieve_the_correct_enclosing_instance_of__this__2 
514[[#ba859960]]
PushFieldVariable_0 
515[[#ba859960]]
DivideOperator_Divide_by_zero_1 
516[[#ba859960]]
DivideOperator_Divide_by_zero_2 
517[[#ba859960]]
ASTEvaluationEngine_AST_evaluation_engine_cannot_evaluate_expression 
518[[#ba859960]]
JDIStackFrame_25