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.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 345 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java |
2 | 3 | 411 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java |
| ||||
// if the raw class path has changed we refresh the entire project if ((flags& IJavaElementDelta.F_CLASSPATH_CHANGED) != 0) { postRefresh(element, ORIGINAL, element); return; } |
| ||||
// the contents of an external JAR has changed if ((flags& IJavaElementDelta.F_ARCHIVE_CONTENT_CHANGED) != 0) { postRefresh(element, ORIGINAL, element); return; } |
| |||
// the contents of an external JAR has changed // if the raw class path has changed we refresh the entire project if ((flags&IJavaElementDelta. [[#variable5b8ec6a0]]) != 0) { postRefresh(element, ORIGINAL, element); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b8ec6a0]] | F_ARCHIVE_CONTENT_CHANGED |
1 | 2 | [[#5b8ec6a0]] | F_CLASSPATH_CHANGED |