Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 2 | 2 | 0.961 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 53 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultValuePairBinding.java |
2 | 23 | 81 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePairBinding.java |
| ||||
public IAnnotationBinding[] getAnnotations() { return AnnotationBinding.NoAnnotations; } public IJavaElement getJavaElement() { return null; } public String getKey() { // TODO when implementing, update spec in IBinding return null; } public int getKind() { return IBinding.MEMBER_VALUE_PAIR; } public IMethodBinding getMethodBinding() { return this.bindingResolver.getMethodBinding(this.method); } public int getModifiers() { return -1; } |
| ||||
public IAnnotationBinding[] getAnnotations() { return AnnotationBinding.NoAnnotations; } public IJavaElement getJavaElement() { return null; } public String getKey() { // TODO when implementing, update spec in IBinding return null; } public int getKind() { return IBinding.MEMBER_VALUE_PAIR; } public IMethodBinding getMethodBinding() { return this.bindingResolver.getMethodBinding(this.internalPair.getMethodBinding()); } public int getModifiers() { return -1; } |
| |||
public IAnnotationBinding[] getAnnotations() { return AnnotationBinding.NoAnnotations; } public IJavaElement getJavaElement() { return null; } public String getKey() { // TODO when implementing, update spec in IBinding return null; } public int getKind() { return IBinding.MEMBER_VALUE_PAIR; } public IMethodBinding getMethodBinding() { return this.bindingResolver.getMethodBinding( [[#variable941fc0c0]] [[#variable640dffc0]]); } public int getModifiers() { return -1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#941fc0c0]] | this |
1 | 2 | [[#941fc0c0]] | this.internalPair |
2 | 1 | [[#640dffc0]] | .method |
2 | 2 | [[#640dffc0]] | .getMethodBinding() |