Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.970 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 426 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java |
2 | 5 | 677 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/debug/core/JDIDebugModel.java |
| ||||
{ if (attributes == null) { attributes = new HashMap(10); } return new JavaExceptionBreakpoint(resource, exceptionName, caught, uncaught, checked, register, attributes); } |
| ||||
{ if (attributes == null) { attributes = new HashMap(10); } return new JavaClassPrepareBreakpoint(resource, typeName, memberType, charStart, charEnd, register, attributes); } |
| |||
{ if (attributes == null) { attributes = new HashMap(10); } return new [[#variable5f625ac0]](resource, [[#variable5f625a20]], [[#variable5f6259c0]], [[#variable5f625940]], [[#variable5f6258c0]], register, attributes); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f625ac0]] | JavaExceptionBreakpoint |
1 | 2 | [[#5f625ac0]] | JavaClassPrepareBreakpoint |
2 | 1 | [[#5f625a20]] | exceptionName |
2 | 2 | [[#5f625a20]] | typeName |
3 | 1 | [[#5f6259c0]] | caught |
3 | 2 | [[#5f6259c0]] | memberType |
4 | 1 | [[#5f625940]] | uncaught |
4 | 2 | [[#5f625940]] | charStart |
5 | 1 | [[#5f6258c0]] | checked |
5 | 2 | [[#5f6258c0]] | charEnd |