CloneSet7793


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.989statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13127
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java
23135
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java
Clone Instance
1
Line Count
3
Source Line
127
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java

                        if (fInput.fAnnotationListener != null) {
                                VerticalRulerEvent event = new VerticalRulerEvent(fAnnotation);
                                fInput.fAnnotationListener.annotationSelected(event);
                        }


Clone Instance
2
Line Count
3
Source Line
135
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java

                        if (fInput.fAnnotationListener != null) {
                                VerticalRulerEvent event = new VerticalRulerEvent(fAnnotation);
                                fInput.fAnnotationListener.annotationDefaultSelected(event);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (fInput.fAnnotationListener != null) {
  VerticalRulerEvent event = new VerticalRulerEvent(fAnnotation);
  fInput.fAnnotationListener. [[#variable5b826980]](event);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b826980]]
annotationSelected 
12[[#5b826980]]
annotationDefaultSelected