| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.988 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 529 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFile.java |
| 2 | 2 | 40 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathAttribute.java |
| ||||
public int hashCode() {
return Util.combineHashCodes(this.name.hashCode(), this.parent.hashCode());
}
|
| ||||
public int hashCode() {
return Util.combineHashCodes(this.name.hashCode(), this.value.hashCode());
}
|
| |||
public int hashCode() {
return Util.combineHashCodes(this.name.hashCode(), this. [[#variablebf22e780]].hashCode());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bf22e780]] | value |
| 1 | 2 | [[#bf22e780]] | parent |