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 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 324 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
2 | 2 | 333 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
| ||||
int level = matchField(fieldBinding, false); if (level != IMPOSSIBLE_MATCH) return level; |
| ||||
int level = matchField(otherBinding, false); if (level != IMPOSSIBLE_MATCH) return level; |
| |||
int level = matchField( [[#variablebb93ffc0]], false); if (level != IMPOSSIBLE_MATCH) return level; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb93ffc0]] | otherBinding |
1 | 2 | [[#bb93ffc0]] | fieldBinding |