Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.964 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 3198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java |
2 | 8 | 238 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorManager.java |
| ||||
{ if (annotationModel instanceof IAnnotationModelExtension) { ((IAnnotationModelExtension) annotationModel).replaceAnnotations(fOccurrenceAnnotations, null); } else { for (int i = 0,length = fOccurrenceAnnotations.length; i < length; i++) annotationModel.removeAnnotation(fOccurrenceAnnotations[i]); } fOccurrenceAnnotations = null; } |
| ||||
{ if (fAnnotationModel instanceof IAnnotationModelExtension) { ((IAnnotationModelExtension) fAnnotationModel).replaceAnnotations(fOverrideAnnotations, null); } else { for (int i = 0,length = fOverrideAnnotations.length; i < length; i++) fAnnotationModel.removeAnnotation(fOverrideAnnotations[i]); } fOverrideAnnotations = null; } |
| |||
{ if ( [[#variable7747d580]]instanceof IAnnotationModelExtension) { ((IAnnotationModelExtension) [[#variable7747d580]]).replaceAnnotations( [[#variable7747d500]], null); } else { for (int i = 0, length = [[#variable7747d500]].length; i < length; i++) [[#variable7747d580]].removeAnnotation( [[#variable7747d500]][i]); } [[#variable7747d500]]= null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7747d580]] | fAnnotationModel |
1 | 2 | [[#7747d580]] | annotationModel |
2 | 1 | [[#7747d500]] | fOverrideAnnotations |
2 | 2 | [[#7747d500]] | fOccurrenceAnnotations |