Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 3 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 295 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorPattern.java |
2 | 8 | 105 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldPattern.java |
3 | 9 | 338 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodPattern.java |
| ||||
if (this.findDeclarations) { output.append(this.findReferences ? "ConstructorCombinedPattern: " //$NON-NLS-1$ : "ConstructorDeclarationPattern: "); //$NON-NLS-1$ } else { output.append("ConstructorReferencePattern: "); //$NON-NLS-1$ } if (declaringQualification != null) output.append(declaringQualification).append('.'); |
| ||||
if (this.findDeclarations) { output.append(this.findReferences ? "FieldCombinedPattern: " //$NON-NLS-1$ : "FieldDeclarationPattern: "); //$NON-NLS-1$ } else { output.append("FieldReferencePattern: "); //$NON-NLS-1$ } if (declaringQualification != null) output.append(declaringQualification).append('.'); |
| ||||
if (this.findDeclarations) { output.append(this.findReferences ? "MethodCombinedPattern: " //$NON-NLS-1$ : "MethodDeclarationPattern: "); //$NON-NLS-1$ } else { output.append("MethodReferencePattern: "); //$NON-NLS-1$ } if (declaringQualification != null) output.append(declaringQualification).append('.'); |
| |||
if (this.findDeclarations) { output.append(this.findReferences ? [[#variableba700f20]]: [[#variableba700fc0]]); //$NON-NLS-1$ } else { output.append( [[#variableba700f60]]); //$NON-NLS-1$ } if (declaringQualification != null) output.append(declaringQualification).append('.'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba700f20]] | "ConstructorCombinedPattern: " //$NON-NLS-1$ |
1 | 2 | [[#ba700f20]] | "FieldCombinedPattern: " //$NON-NLS-1$ |
1 | 3 | [[#ba700f20]] | "MethodCombinedPattern: " //$NON-NLS-1$ |
2 | 1 | [[#ba700fc0]] | "ConstructorDeclarationPattern: " |
2 | 2 | [[#ba700fc0]] | "FieldDeclarationPattern: " |
2 | 3 | [[#ba700fc0]] | "MethodDeclarationPattern: " |
3 | 1 | [[#ba700f60]] | "ConstructorReferencePattern: " |
3 | 2 | [[#ba700f60]] | "FieldReferencePattern: " |
3 | 3 | [[#ba700f60]] | "MethodReferencePattern: " |