Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 3 | 0.969 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 114 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationBinding.java |
2 | 7 | 95 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultValuePairBinding.java |
3 | 7 | 138 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePairBinding.java |
| ||||
if (this == binding) return true; if (binding.getKind() != IBinding.ANNOTATION) return false; IAnnotationBinding other = (IAnnotationBinding) binding; if ( !getAnnotationType().isEqualTo(other.getAnnotationType())) return false; |
| ||||
if (this == binding) return true; if (binding.getKind() != IBinding.MEMBER_VALUE_PAIR) return false; IMemberValuePairBinding other = (IMemberValuePairBinding) binding; if ( !getMethodBinding().isEqualTo(other.getMethodBinding())) return false; |
| ||||
if (this == binding) return true; if (binding.getKind() != IBinding.MEMBER_VALUE_PAIR) return false; IMemberValuePairBinding other = (IMemberValuePairBinding) binding; if ( !getMethodBinding().isEqualTo(other.getMethodBinding())) return false; |
| |||
if (this == binding) return true; if (binding.getKind() != IBinding. [[#variable9e22a400]]) return false; [[#variable9e22a4e0]] other = ( [[#variable9e22a4e0]]) binding; if ( ! [[#variable9e22a4c0]]().isEqualTo(other. [[#variable9e22a4c0]]())) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e22a400]] | ANNOTATION |
1 | 2 | [[#9e22a400]] | MEMBER_VALUE_PAIR |
1 | 3 | [[#9e22a400]] | MEMBER_VALUE_PAIR |
2 | 1 | [[#9e22a4e0]] | IAnnotationBinding |
2 | 2 | [[#9e22a4e0]] | IMemberValuePairBinding |
2 | 3 | [[#9e22a4e0]] | IMemberValuePairBinding |
3 | 1 | [[#9e22a4c0]] | getAnnotationType |
3 | 2 | [[#9e22a4c0]] | getMethodBinding |
3 | 3 | [[#9e22a4c0]] | getMethodBinding |