Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 5 | 0.962 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1576 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 10 | 1607 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
IMember member = BreakpointUtils.getMember(watchpoint); StringBuffer label = new StringBuffer(); label.append(getQualifiedName(typeName)); appendHitCount(watchpoint, label); appendSuspendPolicy(watchpoint, label); appendThreadFilter(watchpoint, label); boolean access = watchpoint.isAccess(); boolean modification = watchpoint.isModification(); |
| ||||
IMember member = BreakpointUtils.getMember(methodBreakpoint); StringBuffer label = new StringBuffer(); label.append(getQualifiedName(typeName)); appendHitCount(methodBreakpoint, label); appendSuspendPolicy(methodBreakpoint, label); appendThreadFilter(methodBreakpoint, label); boolean entry = methodBreakpoint.isEntry(); boolean exit = methodBreakpoint.isExit(); |
| |||
IMember member = BreakpointUtils.getMember( [[#variable9581a940]]); StringBuffer label = new StringBuffer(); label.append(getQualifiedName(typeName)); appendHitCount( [[#variable9581a940]], label); appendSuspendPolicy( [[#variable9581a940]], label); appendThreadFilter( [[#variable9581a940]], label); boolean [[#variable9581a880]]= [[#variable9581a940]]. [[#variable9581a7e0]](); boolean [[#variable9581a720]]= [[#variable9581a940]]. [[#variable9581a780]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9581a940]] | methodBreakpoint |
1 | 2 | [[#9581a940]] | watchpoint |
2 | 1 | [[#9581a880]] | entry |
2 | 2 | [[#9581a880]] | access |
3 | 1 | [[#9581a7e0]] | isEntry |
3 | 2 | [[#9581a7e0]] | isAccess |
4 | 1 | [[#9581a720]] | exit |
4 | 2 | [[#9581a720]] | modification |
5 | 1 | [[#9581a780]] | isExit |
5 | 2 | [[#9581a780]] | isModification |