Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 437 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 4 | 442 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
{ IMethodBinding methodBinding = (IMethodBinding) ((MethodInvocation) expression).getName().resolveBinding(); if ("void".equals(methodBinding.getReturnType().getName())) { //$NON-NLS-1$ pop = false; } } |
| ||||
{ IMethodBinding methodBinding = (IMethodBinding) ((SuperMethodInvocation) expression).getName().resolveBinding(); if ("void".equals(methodBinding.getReturnType().getName())) { //$NON-NLS-1$ pop = false; } } |
| |||
{ IMethodBinding methodBinding = (IMethodBinding) (( [[#variable73040ae0]]) expression).getName().resolveBinding(); if ("void".equals(methodBinding.getReturnType().getName())) { //$NON-NLS-1$ pop = false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#73040ae0]] | MethodInvocation |
1 | 2 | [[#73040ae0]] | SuperMethodInvocation |