Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 614 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
2 | 5 | 809 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java |
| ||||
// check if the breakpoint is to be set on the line which contains the name of the field if (fCompilationUnit.lineNumber(offset) == fLineNumber) { fMemberOffset = offset; fLocationType = LOCATION_FIELD; fLocationFound = true; return false; } |
| ||||
if (fCompilationUnit.lineNumber(nameOffset) == fLineNumber) { fMemberOffset = nameOffset; fLocationType = LOCATION_METHOD; fLocationFound = true; return false; } |
| |||
// check if the breakpoint is to be set on the line which contains the name of the field if (fCompilationUnit.lineNumber( [[#variable54ccc660]]) == fLineNumber) { fMemberOffset = [[#variable54ccc660]]; fLocationType = [[#variable54ccc5c0]]; fLocationFound = true; return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54ccc660]] | offset |
1 | 2 | [[#54ccc660]] | nameOffset |
2 | 1 | [[#54ccc5c0]] | LOCATION_FIELD |
2 | 2 | [[#54ccc5c0]] | LOCATION_METHOD |