Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 252 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointLocationVerifierJob.java |
2 | 7 | 242 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java |
| ||||
try { IRegion line = fDocument.getLineInformation(lineNumber - 1); int start = line.getOffset(); int end = start + line.getLength() - 1; BreakpointUtils.addJavaBreakpointAttributesWithMemberDetails(newAttributes, fType, start, end); } catch (BadLocationException ble) { JDIDebugUIPlugin.log(ble); } |
| ||||
try { IRegion line = document.getLineInformation(lineNumber - 1); int start = line.getOffset(); int end = start + line.getLength() - 1; BreakpointUtils.addJavaBreakpointAttributesWithMemberDetails(attributes, type, start, end); } catch (BadLocationException ble) { JDIDebugUIPlugin.log(ble); } |
| |||
try { IRegion line = [[#variableb294b400]].getLineInformation(lineNumber - 1); int start = line.getOffset(); int end = start + line.getLength() - 1; BreakpointUtils.addJavaBreakpointAttributesWithMemberDetails( [[#variableb294b3a0]], [[#variableb294b300]], start, end); } catch (BadLocationException ble) { JDIDebugUIPlugin.log(ble); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b294b400]] | fDocument |
1 | 2 | [[#b294b400]] | document |
2 | 1 | [[#b294b3a0]] | newAttributes |
2 | 2 | [[#b294b3a0]] | attributes |
3 | 1 | [[#b294b300]] | fType |
3 | 2 | [[#b294b300]] | type |