| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 2 | 0.962 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 103 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression.java |
| 2 | 3 | 107 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression.java |
| 3 | 3 | 145 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java |
| 4 | 3 | 150 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java |
| ||||
{
MethodBinding problem = new ProblemMethodBinding(this.binding, this.binding.selector, argumentTypes, ProblemReasons.NotFound);
scope.problemReporter().javadocInvalidConstructor(this, problem, scope.getDeclarationModifiers());
}
|
| ||||
{
MethodBinding problem = new ProblemMethodBinding(this.binding, this.binding.selector, argumentTypes, ProblemReasons.NotFound);
scope.problemReporter().javadocInvalidConstructor(this, problem, scope.getDeclarationModifiers());
}
|
| ||||
{
MethodBinding problem = new ProblemMethodBinding(this.binding, this.selector, argumentTypes, ProblemReasons.NotFound);
scope.problemReporter().javadocInvalidMethod(this, problem, scope.getDeclarationModifiers());
}
|
| ||||
{
MethodBinding problem = new ProblemMethodBinding(this.binding, this.selector, argumentTypes, ProblemReasons.NotFound);
scope.problemReporter().javadocInvalidMethod(this, problem, scope.getDeclarationModifiers());
}
|
| |||
{
MethodBinding problem = new ProblemMethodBinding(this.binding, [[#variablea38e0c60]].selector, argumentTypes, ProblemReasons.NotFound);
scope.problemReporter(). [[#variablea38e0a60]](this, problem, scope.getDeclarationModifiers());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a38e0c60]] | this.binding |
| 1 | 2 | [[#a38e0c60]] | this |
| 1 | 3 | [[#a38e0c60]] | this |
| 1 | 4 | [[#a38e0c60]] | this.binding |
| 2 | 1 | [[#a38e0a60]] | javadocInvalidConstructor |
| 2 | 2 | [[#a38e0a60]] | javadocInvalidMethod |
| 2 | 3 | [[#a38e0a60]] | javadocInvalidMethod |
| 2 | 4 | [[#a38e0a60]] | javadocInvalidConstructor |