| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.978 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 94 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java |
| 2 | 2 | 107 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ScriptableRefactoring.java |
| ||||
/**
* Creates a fatal error status telling that the input element does not
* exist.
*
* @param element
* the input element, or <code>null</code>
* @param id
* the id of the refactoring
* @return the refactoring status
*/
public final RefactoringStatus createInputFatalStatus( final Object element, final String id) {
return createInputFatalStatus(element, getName(), id);
}
|
| ||||
/**
* Creates a warning status telling that the input element does not exist.
*
* @param element
* the input element, or <code>null</code>
* @param id
* the id of the refactoring
* @return the refactoring status
*/
public final RefactoringStatus createInputWarningStatus( final Object element, final String id) {
return createInputWarningStatus(element, getName(), id);
}
|
| |||
/**
* Creates a fatal error status telling that the input element does not
* exist.
*
* @param element
* the input element, or <code>null</code>
* @param id
* the id of the refactoring
* @return the refactoring status
*/
/**
* Creates a warning status telling that the input element does not exist.
*
* @param element
* the input element, or <code>null</code>
* @param id
* the id of the refactoring
* @return the refactoring status
*/
public final RefactoringStatus [[#variable4e72ac20]]( final Object element, final String id) {
return [[#variable4e72ac20]](element, getName(), id);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4e72ac20]] | createInputFatalStatus |
| 1 | 2 | [[#4e72ac20]] | createInputWarningStatus |