| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 6 | 2 | 0.970 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 45 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameRefactoring.java |
| 2 | 7 | 64 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceRefactoring.java |
| 3 | 7 | 45 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/JavaMoveRefactoring.java |
| 4 | 7 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoring.java |
| 5 | 7 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoring.java |
| 6 | 7 | 64 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/UseSuperTypeRefactoring.java |
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, getProcessor().getIdentifier()));
}
|
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, ExtractInterfaceProcessor.ID_EXTRACT_INTERFACE));
}
|
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, getProcessor().getIdentifier()));
}
|
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, getProcessor().getIdentifier()));
}
|
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, getProcessor().getIdentifier()));
}
|
| ||||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, UseSuperTypeProcessor.ID_USE_SUPERTYPE));
}
|
| |||
/**
* {@inheritDoc}
*/
public final RefactoringStatus initialize( final RefactoringArguments arguments) {
Assert.isNotNull(arguments);
final RefactoringProcessor processor = getProcessor();
if (processor instanceof IScriptableRefactoring) {
return ((IScriptableRefactoring) processor).initialize(arguments);
}
return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.ProcessorBasedRefactoring_error_unsupported_initialization, [[#variablec2752260]] [[#variablec2752240]]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c2752260]] | getProcessor() |
| 1 | 2 | [[#c2752260]] | UseSuperTypeProcessor |
| 1 | 3 | [[#c2752260]] | ExtractInterfaceProcessor |
| 1 | 4 | [[#c2752260]] | getProcessor() |
| 1 | 5 | [[#c2752260]] | getProcessor() |
| 1 | 6 | [[#c2752260]] | getProcessor() |
| 2 | 1 | [[#c2752240]] | .getIdentifier() |
| 2 | 2 | [[#c2752240]] | .ID_USE_SUPERTYPE |
| 2 | 3 | [[#c2752240]] | .ID_EXTRACT_INTERFACE |
| 2 | 4 | [[#c2752240]] | .getIdentifier() |
| 2 | 5 | [[#c2752240]] | .getIdentifier() |
| 2 | 6 | [[#c2752240]] | .getIdentifier() |