Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.972 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1040 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
2 | 5 | 1045 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
| ||||
case IJavaElement.PACKAGE_FRAGMENT_ROOT: if (containsCompilationUnits((IPackageFragmentRoot) je)) { return je; } break; |
| ||||
case IJavaElement.PACKAGE_FRAGMENT: if (containsCompilationUnits((IPackageFragment) je)) { return je; } break; |
| |||
case IJavaElement. [[#variablea0f70660]]: if (containsCompilationUnits(( [[#variablea0f70600]]) je)) { return je; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f70660]] | PACKAGE_FRAGMENT_ROOT |
1 | 2 | [[#a0f70660]] | PACKAGE_FRAGMENT |
2 | 1 | [[#a0f70600]] | IPackageFragmentRoot |
2 | 2 | [[#a0f70600]] | IPackageFragment |