Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 90 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
2 | 1 | 72 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/LocalVariableLocator.java |
| ||||
if (matchName && !matchesName(this.pattern.name, field.readableName())) return IMPOSSIBLE_MATCH; |
| ||||
if (matchName && !matchesName(this.pattern.name, variable.readableName())) return IMPOSSIBLE_MATCH; |
| |||
if (matchName && !matchesName(this.pattern.name, [[#variablebb7a7e00]].readableName())) return IMPOSSIBLE_MATCH; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb7a7e00]] | field |
1 | 2 | [[#bb7a7e00]] | variable |