Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 46 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java |
2 | 4 | 52 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
| ||||
if (CharOperation.equals(attributeName, AttributeNamesConstants.RuntimeVisibleAnnotationsName)) { methodAnnotations = decodeMethodAnnotations(readOffset, true, methodInfo); } else if (CharOperation.equals(attributeName, AttributeNamesConstants.RuntimeInvisibleAnnotationsName)) { methodAnnotations = decodeMethodAnnotations(readOffset, false, methodInfo); } |
| ||||
if (CharOperation.equals(attributeName, AttributeNamesConstants.RuntimeVisibleParameterAnnotationsName)) { paramAnnotations = decodeParamAnnotations(readOffset, true, methodInfo); } else if (CharOperation.equals(attributeName, AttributeNamesConstants.RuntimeInvisibleParameterAnnotationsName)) { paramAnnotations = decodeParamAnnotations(readOffset, false, methodInfo); } |
| |||
if (CharOperation.equals(attributeName, AttributeNamesConstants. [[#variable5536fb80]])) { [[#variable5536fb00]]= [[#variable5536fa80]](readOffset, true, methodInfo); } else if (CharOperation.equals(attributeName, AttributeNamesConstants. [[#variable5536f9a0]])) { [[#variable5536fb00]]= [[#variable5536fa80]](readOffset, false, methodInfo); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5536fb80]] | RuntimeVisibleAnnotationsName |
1 | 2 | [[#5536fb80]] | RuntimeVisibleParameterAnnotationsName |
2 | 1 | [[#5536fb00]] | methodAnnotations |
2 | 2 | [[#5536fb00]] | paramAnnotations |
3 | 1 | [[#5536fa80]] | decodeMethodAnnotations |
3 | 2 | [[#5536fa80]] | decodeParamAnnotations |
4 | 1 | [[#5536f9a0]] | RuntimeInvisibleAnnotationsName |
4 | 2 | [[#5536f9a0]] | RuntimeInvisibleParameterAnnotationsName |