Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.994 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 154 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java |
2 | 7 | 161 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIImageDescriptor.java |
| ||||
{ x = getSize().x; y = getSize().y; data = getImageData(JavaDebugImages.IMG_OVR_OWNED); x -= data.width; y -= data.height; drawImage(data, x, y); } |
| ||||
{ x = getSize().x; y = getSize().y; data = getImageData(JavaDebugImages.IMG_OVR_IN_CONTENTION); x -= data.width; y -= data.height; drawImage(data, x, y); } |
| |||
{ x = getSize().x; y = getSize().y; data = getImageData(JavaDebugImages. [[#variable91b5a120]]); x -= data.width; y -= data.height; drawImage(data, x, y); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#91b5a120]] | IMG_OVR_OWNED |
1 | 2 | [[#91b5a120]] | IMG_OVR_IN_CONTENTION |