Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.981 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 262 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/OverrideIndicatorLabelDecorator.java |
2 | 5 | 268 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/OverrideIndicatorLabelDecorator.java |
| ||||
{ if ((adornmentFlags& JavaElementImageDescriptor.SYNCHRONIZED) != 0) { decoration.addOverlay(JavaPluginImages.DESC_OVR_SYNCH_AND_IMPLEMENTS); } else { decoration.addOverlay(JavaPluginImages.DESC_OVR_IMPLEMENTS); } } |
| ||||
{ if ((adornmentFlags& JavaElementImageDescriptor.SYNCHRONIZED) != 0) { decoration.addOverlay(JavaPluginImages.DESC_OVR_SYNCH_AND_OVERRIDES); } else { decoration.addOverlay(JavaPluginImages.DESC_OVR_OVERRIDES); } } |
| |||
{ if ((adornmentFlags&JavaElementImageDescriptor.SYNCHRONIZED) != 0) { decoration.addOverlay(JavaPluginImages. [[#variable557839a0]]); } else { decoration.addOverlay(JavaPluginImages. [[#variable55783940]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#557839a0]] | DESC_OVR_SYNCH_AND_IMPLEMENTS |
1 | 2 | [[#557839a0]] | DESC_OVR_SYNCH_AND_OVERRIDES |
2 | 1 | [[#55783940]] | DESC_OVR_IMPLEMENTS |
2 | 2 | [[#55783940]] | DESC_OVR_OVERRIDES |