Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 267 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java |
2 | 4 | 272 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/ChangeCollector.java |
| ||||
if ((existingFlags& IJavaElementDelta.F_SUPER_TYPES) != 0 && hasSuperTypeChange(type)) { existingDelta.superTypes(); hasChange = true; } |
| ||||
if ((existingFlags& IJavaElementDelta.F_MODIFIERS) != 0 && hasVisibilityChange(type)) { existingDelta.modifiers(); hasChange = true; } |
| |||
if ((existingFlags&IJavaElementDelta. [[#variable58abf4c0]]) != 0 && [[#variable58abf260]](type)) { existingDelta. [[#variable58abf3c0]](); hasChange = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58abf4c0]] | F_SUPER_TYPES |
1 | 2 | [[#58abf4c0]] | F_MODIFIERS |
2 | 1 | [[#58abf260]] | hasSuperTypeChange |
2 | 2 | [[#58abf260]] | hasVisibilityChange |
3 | 1 | [[#58abf3c0]] | superTypes |
3 | 2 | [[#58abf3c0]] | modifiers |