Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 452 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java |
2 | 5 | 48 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java |
| ||||
if (this == other) return true; if ( !(other instanceof TType)) return false; TType otherType = (TType) other; |
| ||||
if (this == other) return true; if ( ! (other instanceof ProjectKeyPair)) return false; ProjectKeyPair otherPair = (ProjectKeyPair) other; |
| |||
if (this == other) return true; if ( !(other instanceof [[#variable54e2c960]])) return false; [[#variable54e2c960]] [[#variable54e2c940]]= ( [[#variable54e2c960]]) other; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54e2c960]] | TType |
1 | 2 | [[#54e2c960]] | ProjectKeyPair |
2 | 1 | [[#54e2c940]] | otherType |
2 | 2 | [[#54e2c940]] | otherPair |