| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 1 | 0.993 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 495 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| 2 | 8 | 28 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetTypeDeclaration.java |
| ||||
if (this.hasBeenGenerated)
return;
this.hasBeenGenerated = true;
if (this.ignoreFurtherInvestigation) {
if (this.binding == null)
return;
ClassFile.createProblemType(
this,
this.scope.referenceCompilationUnit().compilationResult);
return;
}
|
| ||||
if (this.hasBeenGenerated) return;
this.hasBeenGenerated = true;
if (this.ignoreFurtherInvestigation) {
if (this.binding == null)
return;
CodeSnippetClassFile.createProblemType(this, this.scope.referenceCompilationUnit().compilationResult);
return;
}
|
| |||
if (this.hasBeenGenerated)
return;
this.hasBeenGenerated = true;
if (this.ignoreFurtherInvestigation) {
if (this.binding == null)
return;
[[#variable50819800]].createProblemType(this, this.scope.referenceCompilationUnit().compilationResult);
return;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50819800]] | CodeSnippetClassFile |
| 1 | 2 | [[#50819800]] | ClassFile |