Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 145 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java |
2 | 4 | 150 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java |
| ||||
if ((fFlags& RECURSIVE) != 0) { data = getImageData(JavaPluginImages.DESC_OVR_RECURSIVE); drawImage(data, x, size.y - data.height); x += data.width; } |
| ||||
if ((fFlags& MAX_LEVEL) != 0) { data = getImageData(JavaPluginImages.DESC_OVR_MAX_LEVEL); drawImage(data, x, size.y - data.height); x += data.width; } |
| |||
if ((fFlags& [[#variable92d33e80]]) != 0) { data = getImageData(JavaPluginImages. [[#variable92d33e00]]); drawImage(data, x, size.y - data.height); x += data.width; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92d33e80]] | RECURSIVE |
1 | 2 | [[#92d33e80]] | MAX_LEVEL |
2 | 1 | [[#92d33e00]] | DESC_OVR_RECURSIVE |
2 | 2 | [[#92d33e00]] | DESC_OVR_MAX_LEVEL |