Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 118 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/ConnectorImpl.java |
2 | 16 | 92 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/TypeComponentImpl.java |
| ||||
public String name() { return fName; } public String description() { return fDescription; } public String label() { return fLabel; } |
| ||||
/** * @return Returns text representation of this type. */ public String name() { return fName; } /** * @return JNI-style signature for this type. */ public String signature() { return fSignature; } /** * @return Returns description of Mirror object. */ public String toString() { return fName; } |
| |||
/** * @return Returns text representation of this type. */ public String name() { return fName; } /** * @return JNI-style signature for this type. */ public String [[#variableb3daef80]]() { return [[#variableb3daef60]]; } /** * @return Returns description of Mirror object. */ public String [[#variableb3daed60]]() { return [[#variableb3daed40]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3daef80]] | description |
1 | 2 | [[#b3daef80]] | signature |
2 | 1 | [[#b3daef60]] | fDescription |
2 | 2 | [[#b3daef60]] | fSignature |
3 | 1 | [[#b3daed60]] | label |
3 | 2 | [[#b3daed60]] | toString |
4 | 1 | [[#b3daed40]] | fLabel |
4 | 2 | [[#b3daed40]] | fName |