Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 51 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PackageReferencePattern.java |
2 | 3 | 89 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferencePattern.java |
| ||||
// Package reference keys are encoded as 'name' (where 'name' is the last segment of the package name) if (this.currentSegment >= 0) return this.segments[this.currentSegment]; return null; |
| ||||
// Optimization, eg. type reference is 'org.eclipse.jdt.core.*' if (this.currentSegment >= 0) return this.segments[this.currentSegment]; return null; |
| |||
// Optimization, eg. type reference is 'org.eclipse.jdt.core.*' // Package reference keys are encoded as 'name' (where 'name' is the last segment of the package name) if (this.currentSegment >= 0) return this.segments[this.currentSegment]; return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |