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.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 166 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
2 | 2 | 173 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
| ||||
match = locator.newFieldReferenceMatch(element, elementBinding, accuracy, start, end - start + 1, importRef); locator.report(match); |
| ||||
match = locator.newFieldReferenceMatch(element, elementBinding, accuracy, start, end - start + 1, fieldReference); locator.report(match); |
| |||
match = locator.newFieldReferenceMatch(element, elementBinding, accuracy, start, end - start + 1, [[#variablea42e2b40]]); locator.report(match); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a42e2b40]] | importRef |
1 | 2 | [[#a42e2b40]] | fieldReference |