Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.966 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 101 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/FieldImpl.java |
2 | 5 | 174 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/LocalVariableImpl.java |
| ||||
/** * @return Returns a text representation of the declared type. */ public String typeName() { if (fTypeName == null) { fTypeName = TypeImpl.signatureToName(signature()); } return fTypeName; } |
| ||||
/** * @return Returns a text representation of the declared type of this variable. */ public String typeName() { if (fTypeName == null) { fTypeName = TypeImpl.signatureToName(fSignature); } return fTypeName; } |
| |||
/** * @return Returns a text representation of the declared type of this variable. */ /** * @return Returns a text representation of the declared type. */ public String typeName() { if (fTypeName == null) { fTypeName = TypeImpl.signatureToName( [[#variable5249e580]]); } return fTypeName; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5249e580]] | fSignature |
1 | 2 | [[#5249e580]] | signature() |