Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 43 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/contentassist/CurrentFrameContext.java |
2 | 4 | 142 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java |
| ||||
if (frame != null) { IType type = JavaDebugUtils.resolveDeclaringType(frame); if (type != null) { return type; } } |
| ||||
if (id != null) { IVMInstallType type = JavaRuntime.getVMInstallType(id); if (type != null) { return type; } } |
| |||
if ( [[#variable562270c0]]!= null) { [[#variable56227000]] type = [[#variable56226f80]]. [[#variable56226f00]]( [[#variable562270c0]]); if (type != null) { return type; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#562270c0]] | id |
1 | 2 | [[#562270c0]] | frame |
2 | 1 | [[#56227000]] | IVMInstallType |
2 | 2 | [[#56227000]] | IType |
3 | 1 | [[#56226f80]] | JavaRuntime |
3 | 2 | [[#56226f80]] | JavaDebugUtils |
4 | 1 | [[#56226f00]] | getVMInstallType |
4 | 2 | [[#56226f00]] | resolveDeclaringType |