Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.963 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 780 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
2 | 3 | 54 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java |
| ||||
String s = (returnType != null) ? returnType.debugName(): "NULL TYPE"; //$NON-NLS-1$ s += " "; //$NON-NLS-1$ s += (selector != null) ? new String(selector): "UNNAMED METHOD"; //$NON-NLS-1$ |
| ||||
String s = (type != null) ? type.debugName(): "UNDEFINED TYPE"; //$NON-NLS-1$ s += " "; //$NON-NLS-1$ s += (name != null) ? new String(name): "UNNAMED FIELD"; //$NON-NLS-1$ |
| |||
String s = ( [[#variable61ff5ae0]]!= null) ? [[#variable61ff5ae0]].debugName(): [[#variable96512fc0]]; //$NON-NLS-1$ s += " "; //$NON-NLS-1$ s += ( [[#variable61ff5a80]]!= null) ? new String( [[#variable61ff5a80]]): [[#variable61ff5a20]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61ff5ae0]] | type |
1 | 2 | [[#61ff5ae0]] | returnType |
2 | 1 | [[#96512fc0]] | "UNDEFINED TYPE" |
2 | 2 | [[#96512fc0]] | "NULL TYPE" |
3 | 1 | [[#61ff5a80]] | name |
3 | 2 | [[#61ff5a80]] | selector |
4 | 1 | [[#61ff5a20]] | "UNNAMED FIELD" |
4 | 2 | [[#61ff5a20]] | "UNNAMED METHOD" |