| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.961 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 93 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/EclipseDeclarationImpl.java |
| 2 | 5 | 107 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/EclipseDeclarationImpl.java |
| ||||
{
if (annoInstance != null) {
final AnnotationMirrorImpl annoMirror =
(AnnotationMirrorImpl) Factory.createAnnotationMirror(annoInstance, this, _env);
result.add(annoMirror);
}
}
|
| ||||
{
if (annoInstance != null) {
final AnnotationMirrorImpl annoMirror =
(AnnotationMirrorImpl) Factory.createAnnotationMirror(annoInstance.resolveAnnotationBinding(), this, _env);
result.add(annoMirror);
}
}
|
| |||
{
if (annoInstance != null) {
final AnnotationMirrorImpl annoMirror = (AnnotationMirrorImpl) Factory.createAnnotationMirror( [[#variable96575ec0]], this, _env);
result.add(annoMirror);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#96575ec0]] | annoInstance |
| 1 | 2 | [[#96575ec0]] | annoInstance.resolveAnnotationBinding() |