Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 8 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 87 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/AbstractRuntimeContext.java |
2 | 1 | 95 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Cast.java |
3 | 1 | 46 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/InstanceOfOperator.java |
4 | 1 | 206 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
5 | 1 | 223 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
6 | 1 | 244 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
7 | 1 | 249 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/Instruction.java |
8 | 1 | 54 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushLocalVariable.java |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Instruction_No_type, new String[] { CLASS } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Cast_No_class_object, new String[] { typeName() } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.InstanceOfOperator_No_class_object, new String[] { type.getName() } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Instruction_No_type, new String[] { qualifiedName } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Instruction_No_type, new String[] { qualifiedName } ), null)); |
| ||||
// At this point a very strange thing has happened, // the VM was able to return multiple types in the classesByName // call, but none of them were the class that was returned in // the classForName call. throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Instruction_No_type, new String[] { qualifiedName } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.Instruction_No_type, new String[] { qualifiedName } ), null)); |
| ||||
throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages.PushLocalVariable_Cannot_find_the_variable____1, new String[] { fName } ), null)); |
| |||
// At this point a very strange thing has happened, // the VM was able to return multiple types in the classesByName // call, but none of them were the class that was returned in // the classForName call. throw new CoreException(new Status(IStatus.ERROR, JDIDebugPlugin.getUniqueIdentifier(), IStatus.OK, MessageFormat.format(InstructionsEvaluationMessages. [[#variable97bbcce0]], new String[] { [[#variable97bbcc80]] } ), null)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97bbcce0]] | Instruction_No_type |
1 | 2 | [[#97bbcce0]] | Instruction_No_type |
1 | 3 | [[#97bbcce0]] | Cast_No_class_object |
1 | 4 | [[#97bbcce0]] | InstanceOfOperator_No_class_object |
1 | 5 | [[#97bbcce0]] | PushLocalVariable_Cannot_find_the_variable____1 |
1 | 6 | [[#97bbcce0]] | Instruction_No_type |
1 | 7 | [[#97bbcce0]] | Instruction_No_type |
1 | 8 | [[#97bbcce0]] | Instruction_No_type |
2 | 1 | [[#97bbcc80]] | qualifiedName |
2 | 2 | [[#97bbcc80]] | CLASS |
2 | 3 | [[#97bbcc80]] | typeName() |
2 | 4 | [[#97bbcc80]] | type.getName() |
2 | 5 | [[#97bbcc80]] | fName |
2 | 6 | [[#97bbcc80]] | qualifiedName |
2 | 7 | [[#97bbcc80]] | qualifiedName |
2 | 8 | [[#97bbcc80]] | qualifiedName |