Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 169 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java |
2 | 2 | 248 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferenceLocator.java |
| ||||
match = locator.newPackageReferenceMatch(element, accuracy, start, end - start + 1, importRef); locator.report(match); |
| ||||
match = locator.newPackageReferenceMatch(element, accuracy, sourceStart, sourceEnd - sourceStart + 1, reference); locator.report(match); |
| |||
match = locator.newPackageReferenceMatch(element, accuracy, [[#variable76ceca60]], [[#variable76cecaa0]] - [[#variable76ceca60]] + 1, [[#variable76ceca40]]); locator.report(match); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76ceca60]] | start |
1 | 2 | [[#76ceca60]] | sourceStart |
2 | 1 | [[#76cecaa0]] | end |
2 | 2 | [[#76cecaa0]] | sourceEnd |
3 | 1 | [[#76ceca40]] | importRef |
3 | 2 | [[#76ceca40]] | reference |