Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 127 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AnnotationExpansionControl.java |
2 | 3 | 135 | 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); } |
| ||||
if (fInput.fAnnotationListener != null) { VerticalRulerEvent event = new VerticalRulerEvent(fAnnotation); fInput.fAnnotationListener.annotationDefaultSelected(event); } |
| |||
if (fInput.fAnnotationListener != null) { VerticalRulerEvent event = new VerticalRulerEvent(fAnnotation); fInput.fAnnotationListener. [[#variable5b826980]](event); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b826980]] | annotationSelected |
1 | 2 | [[#5b826980]] | annotationDefaultSelected |