Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.961 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 20 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocQualifiedTypeReference.java |
2 | 3 | 25 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocTag.java |
| ||||
{ super(sources, pos, tagStart, tagEnd); this.completionIdentifier = identifier; } |
| ||||
{ super(source, pos, tagStart, tagEnd); this.possibleTags = possibleTags; } |
| |||
{ super( [[#variableb9ea8b60]], pos, tagStart, tagEnd); this. [[#variableb9ea8ac0]]= [[#variableb9ea8a00]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9ea8b60]] | source |
1 | 2 | [[#b9ea8b60]] | sources |
2 | 1 | [[#b9ea8ac0]] | possibleTags |
2 | 2 | [[#b9ea8ac0]] | completionIdentifier |
3 | 1 | [[#b9ea8a00]] | possibleTags |
3 | 2 | [[#b9ea8a00]] | identifier |