Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 2 | 0.980 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 292 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/EvaluateAction.java |
2 | 5 | 405 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/EvaluateAction.java |
3 | 5 | 514 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaLineBreakpoint.java |
4 | 5 | 893 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
| ||||
// Get the corresponding element. ILaunch launch = stackFrame.getLaunch(); if (launch == null) { return null; } ISourceLocator locator = launch.getSourceLocator(); |
| ||||
ILaunch launch = stackFrame.getLaunch(); if (launch == null) { return false; } ISourceLocator locator = launch.getSourceLocator(); |
| ||||
ILaunch launch = stackFrame.getLaunch(); if (launch == null) { return null; } ISourceLocator locator = launch.getSourceLocator(); |
| ||||
ILaunch launch = frame.getLaunch(); if (launch == null) { return null; } ISourceLocator locator = launch.getSourceLocator(); |
| |||
// Get the corresponding element. ILaunch launch = [[#variableb251db20]].getLaunch(); if (launch == null) { return [[#variableb251db80]]; } ISourceLocator locator = launch.getSourceLocator(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b251db20]] | stackFrame |
1 | 2 | [[#b251db20]] | frame |
1 | 3 | [[#b251db20]] | stackFrame |
1 | 4 | [[#b251db20]] | stackFrame |
2 | 1 | [[#b251db80]] | null |
2 | 2 | [[#b251db80]] | null |
2 | 3 | [[#b251db80]] | false |
2 | 4 | [[#b251db80]] | null |