Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 670 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java |
2 | 3 | 698 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorerActionGroup.java |
| ||||
IPackageFragmentRoot fragmentRoot = ClasspathModifier.getFragmentRoot(folder, project, null); if (fragmentRoot == null) return FOLDER; |
| ||||
IPackageFragmentRoot fragmentRoot = ClasspathModifier.getFragmentRoot(file, project, null); if (fragmentRoot == null) return FILE; |
| |||
IPackageFragmentRoot fragmentRoot = ClasspathModifier.getFragmentRoot( [[#variable56dad8e0]], project, null); if (fragmentRoot == null) return [[#variable56dac800]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56dad8e0]] | folder |
1 | 2 | [[#56dad8e0]] | file |
2 | 1 | [[#56dac800]] | FOLDER |
2 | 2 | [[#56dac800]] | FILE |