Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 4 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 5698 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 11 | 5748 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
if (numberOfInvisibleAnnotations != 0) { Argument argument = arguments[i]; Annotation[] annotations = argument.annotations; for (int j = 0, max = annotations.length; j < max; j++) { Annotation annotation = annotations[j]; if (isRuntimeInvisible(annotation)) { generateAnnotation(annotation, annotationAttributeOffset); if (contentsOffset == annotationAttributeOffset) { break invisibleLoop; } invisibleParametersAnnotationsCounter--; } } } |
| ||||
if (numberOfVisibleAnnotations != 0) { Argument argument = arguments[i]; Annotation[] annotations = argument.annotations; for (int j = 0, max = annotations.length; j < max; j++) { Annotation annotation = annotations[j]; if (isRuntimeVisible(annotation)) { generateAnnotation(annotation, annotationAttributeOffset); if (contentsOffset == annotationAttributeOffset) { break visibleLoop; } visibleParametersAnnotationsCounter--; } } } |
| |||
if ( [[#variable9d1b9720]]!= 0) { Argument argument = arguments[i]; Annotation[] annotations = argument.annotations; for (int j = 0, max = annotations.length; j < max; j++) { Annotation annotation = annotations[j]; if ( [[#variable9d1b96a0]](annotation)) { generateAnnotation(annotation, annotationAttributeOffset); if (contentsOffset == annotationAttributeOffset) { break [[#variableb11692c0]]; } [[#variable9d1b9700]]--; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d1b9720]] | numberOfInvisibleAnnotations |
1 | 2 | [[#9d1b9720]] | numberOfVisibleAnnotations |
2 | 1 | [[#9d1b96a0]] | isRuntimeInvisible |
2 | 2 | [[#9d1b96a0]] | isRuntimeVisible |
3 | 1 | [[#b11692c0]] | invisibleLoop |
3 | 2 | [[#b11692c0]] | visibleLoop |
4 | 1 | [[#9d1b9700]] | invisibleParametersAnnotationsCounter |
4 | 2 | [[#9d1b9700]] | visibleParametersAnnotationsCounter |