Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 153 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationMirrorImpl.java |
2 | 2 | 201 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationMirrorImpl.java |
| ||||
// didn't find it in the ast, check the default values. final IMethodBinding binding = getMethodBinding(membername); if (binding == null) return null; |
| ||||
// didn't find it in the ast, check the default values. final IMethodBinding binding = getMethodBinding(memberName); if (binding == null) return null; |
| |||
// didn't find it in the ast, check the default values. final IMethodBinding binding = getMethodBinding( [[#variableb45161a0]]); if (binding == null) return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b45161a0]] | memberName |
1 | 2 | [[#b45161a0]] | membername |