Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.969 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 60 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/PackageDeclarationImplNoBinding.java |
2 | 8 | 52 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/TypeParameterDeclarationImpl.java |
| ||||
public <A extends Annotation> A getAnnotation(Class<A> arg0) { return null; } public Collection<Modifier> getModifiers() { // Packages do not have modifiers return Collections.emptyList(); } |
| ||||
public <A extends Annotation> A getAnnotation(Class<A> annotationClass) { return null; } public Collection<AnnotationMirror> getAnnotationMirrors() { return Collections.emptyList(); } |
| |||
public <A extends Annotation>A getAnnotation(Class<A> [[#variable59c0e160]]) { return null; } public Collection< [[#variable59c0eec0]]> [[#variable59c0eee0]]() { // Packages do not have modifiers return Collections.emptyList(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59c0e160]] | arg0 |
1 | 2 | [[#59c0e160]] | annotationClass |
2 | 1 | [[#59c0eec0]] | Modifier |
2 | 2 | [[#59c0eec0]] | AnnotationMirror |
3 | 1 | [[#59c0eee0]] | getModifiers |
3 | 2 | [[#59c0eee0]] | getAnnotationMirrors |