Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 116 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java |
2 | 2 | 118 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerContentProvider.java |
| ||||
if ((fInput instanceof IJavaElement) && ((IJavaElement) fInput).exists()) return false; |
| ||||
if ((fInput instanceof IResource) && ((IResource) fInput).exists()) return false; |
| |||
if ((fInput instanceof [[#variableb572e980]]) && (( [[#variableb572e980]]) fInput).exists()) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b572e980]] | IJavaElement |
1 | 2 | [[#b572e980]] | IResource |