| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 0 | 1.000 | class_body |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 446 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/BinaryRefactoringHistoryWizard.java |
| 2 | 10 | 459 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/BinaryRefactoringHistoryWizard.java |
| ||||
{
private IPackageFragment fFragment = null;
protected final void createCompilationUnit( final IFileStore store, final String name, final String content, final IProgressMonitor pm) throws CoreException {
fFragment.createCompilationUnit(name, content, true, pm);
}
protected final void createPackageFragment( final IFileStore store, final String name, final IProgressMonitor pm) throws CoreException {
fFragment = sourceFolder.createPackageFragment(name, true, pm);
}
}
|
| ||||
{
private IPackageFragment fFragment = null;
protected final void createCompilationUnit( final IFileStore store, final String name, final String content, final IProgressMonitor pm) throws CoreException {
fFragment.createCompilationUnit(name, content, true, pm);
}
protected final void createPackageFragment( final IFileStore store, final String name, final IProgressMonitor pm) throws CoreException {
fFragment = sourceFolder.createPackageFragment(name, true, pm);
}
}
|
| |||
{
private IPackageFragment fFragment = null;
protected final void createCompilationUnit( final IFileStore store, final String name, final String content, final IProgressMonitor pm) throws CoreException {
fFragment.createCompilationUnit(name, content, true, pm);
}
protected final void createPackageFragment( final IFileStore store, final String name, final IProgressMonitor pm) throws CoreException {
fFragment = sourceFolder.createPackageFragment(name, true, pm);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||