Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 4 | 0.955 | import_statements[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 22 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/BinaryRefactoringHistoryWizard.java |
2 | 9 | 21 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/JarImportWizard.java |
3 | 9 | 28 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java |
| ||||
import org.eclipse.core.filesystem.IFileStore; import org.eclipse.core.filesystem.URIUtil; import org.eclipse.core.runtime.Assert; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.SubProgressMonitor; |
| ||||
import org.eclipse.core.filesystem.IFileStore; import org.eclipse.core.filesystem.URIUtil; import org.eclipse.core.runtime.Assert; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; |
| ||||
import org.eclipse.core.filesystem.IFileStore; import org.eclipse.core.filesystem.URIUtil; import org.eclipse.core.runtime.Assert; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.NullProgressMonitor; |
| |||
import org.eclipse.core.filesystem.IFileStore; import org.eclipse.core.filesystem.URIUtil; import org.eclipse.core.runtime.Assert; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime. [[#variable9efe2820]]; import org.eclipse.core.runtime. [[#variable9efe2760]]; import org.eclipse.core.runtime. [[#variable9efe2720]]; import org.eclipse.core.runtime. [[#variable9efe26a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9efe2820]] | IAdaptable |
1 | 2 | [[#9efe2820]] | IPath |
1 | 3 | [[#9efe2820]] | IPath |
2 | 1 | [[#9efe2760]] | IPath |
2 | 2 | [[#9efe2760]] | IProgressMonitor |
2 | 3 | [[#9efe2760]] | IProgressMonitor |
3 | 1 | [[#9efe2720]] | IProgressMonitor |
3 | 2 | [[#9efe2720]] | IStatus |
3 | 3 | [[#9efe2720]] | IStatus |
4 | 1 | [[#9efe26a0]] | SubProgressMonitor |
4 | 2 | [[#9efe26a0]] | NullProgressMonitor |
4 | 3 | [[#9efe26a0]] | Status |