Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 94 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointMethodLocator.java |
2 | 4 | 103 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointMethodLocator.java |
| ||||
if (type instanceof PrimitiveType) { appendTypeLetter(signature, (PrimitiveType) type); } else { return null; } |
| ||||
if (returnType instanceof PrimitiveType) { appendTypeLetter(signature, (PrimitiveType) returnType); } else { return null; } |
| |||
if ( [[#variable9b279600]]instanceof PrimitiveType) { appendTypeLetter(signature, (PrimitiveType) [[#variable9b279600]]); } else { return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b279600]] | type |
1 | 2 | [[#9b279600]] | returnType |