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.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 241 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java |
2 | 3 | 122 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementContentProvider.java |
| ||||
// handle open and closing of a solution or project if (((flags& IJavaElementDelta.F_CLOSED) != 0) || ((flags& IJavaElementDelta.F_OPENED) != 0)) { postRefresh(null); return; } |
| ||||
// handle open and closing of a solution or project if (((flags& IJavaElementDelta.F_CLOSED) != 0) || ((flags& IJavaElementDelta.F_OPENED) != 0)) { postRefresh(element); return; } |
| |||
// handle open and closing of a solution or project if (((flags&IJavaElementDelta.F_CLOSED) != 0) || ((flags&IJavaElementDelta.F_OPENED) != 0)) { postRefresh( [[#variablea1bfee40]]); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1bfee40]] | null |
1 | 2 | [[#a1bfee40]] | element |