Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 842 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaBreakpoint.java |
2 | 1 | 697 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaLineBreakpoint.java |
| ||||
buff.append(MessageFormat.format(JDIDebugBreakpointMessages.JavaBreakpoint___Hit_Count___0___1, new Object[] { Integer.toString(hitCount) } )); |
| ||||
message.append(MessageFormat.format(JDIDebugBreakpointMessages.JavaLineBreakpoint___line___0___1, new Object[] { Integer.toString(lineNumber) } )); |
| |||
[[#variable59e90b40]].append(MessageFormat.format(JDIDebugBreakpointMessages. [[#variable59e90be0]], new Object[] { Integer.toString( [[#variable59e90c40]]) } )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59e90b40]] | buff |
1 | 2 | [[#59e90b40]] | message |
2 | 1 | [[#59e90be0]] | JavaBreakpoint___Hit_Count___0___1 |
2 | 2 | [[#59e90be0]] | JavaLineBreakpoint___line___0___1 |
3 | 1 | [[#59e90c40]] | hitCount |
3 | 2 | [[#59e90c40]] | lineNumber |