| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 1 | 0.986 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 151 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MemberValuePair.java |
| 2 | 2 | 170 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MemberValuePair.java |
| 3 | 2 | 177 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MemberValuePair.java |
| ||||
{
scope.problemReporter().annotationValueMustBeClassLiteral(this.binding.declaringClass, this.name, currentExpression);
}
|
| ||||
{
scope.problemReporter().annotationValueMustBeConstant(this.binding.declaringClass, this.name, currentExpression);
}
|
| ||||
{
scope.problemReporter().annotationValueMustBeConstant(this.binding.declaringClass, this.name, currentExpression);
}
|
| |||
{
scope.problemReporter(). [[#variable541c8d00]](this.binding.declaringClass, this.name, currentExpression);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#541c8d00]] | annotationValueMustBeConstant |
| 1 | 2 | [[#541c8d00]] | annotationValueMustBeClassLiteral |
| 1 | 3 | [[#541c8d00]] | annotationValueMustBeConstant |