Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.959 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 68 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationElementDeclarationImpl.java |
2 | 6 | 121 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ASTBasedAnnotationElementDeclarationImpl.java |
3 | 3 | 56 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java |
| ||||
public Collection<ParameterDeclaration> getParameters() { return Collections.emptyList(); } public MirrorKind kind() { return MirrorKind.ANNOTATION_ELEMENT; } |
| ||||
public Collection<ParameterDeclaration> getParameters() { return Collections.emptyList(); } public MirrorKind kind() { return MirrorKind.ANNOTATION_ELEMENT; } |
| ||||
public Collection<InterfaceType> getSuperinterfaces() { return Collections.emptyList(); } public MirrorKind kind() { return MirrorKind.TYPE_ERROR; } |
| |||
public Collection< [[#variable6259ff40]]> [[#variable625af120]]() { return Collections.emptyList(); } public MirrorKind kind() { return MirrorKind. [[#variable623f6480]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6259ff40]] | ParameterDeclaration |
1 | 2 | [[#6259ff40]] | InterfaceType |
1 | 3 | [[#6259ff40]] | ParameterDeclaration |
2 | 1 | [[#625af120]] | getParameters |
2 | 2 | [[#625af120]] | getSuperinterfaces |
2 | 3 | [[#625af120]] | getParameters |
3 | 1 | [[#623f6480]] | ANNOTATION_ELEMENT |
3 | 2 | [[#623f6480]] | TYPE_ERROR |
3 | 3 | [[#623f6480]] | ANNOTATION_ELEMENT |