Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 7 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1023 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java |
2 | 4 | 1028 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodRefactoring.java |
3 | 4 | 955 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineConstantRefactoring.java |
4 | 4 | 1196 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
5 | 4 | 1611 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
6 | 4 | 2809 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
7 | 4 | 2814 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
if (comments != null) fGenerateJavadoc = Boolean.valueOf(comments).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_COMMENTS)); |
| ||||
if (exceptions != null) fThrowRuntimeExceptions = Boolean.valueOf(exceptions).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_EXCEPTIONS)); |
| ||||
if (remove != null) fRemoveDeclaration = Boolean.valueOf(remove).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_REMOVE)); |
| ||||
if (similarDeclarations != null) fUpdateSimilarElements = Boolean.valueOf(similarDeclarations).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_SIMILAR_DECLARATIONS)); |
| ||||
if (mandatory != null) fIsInstanceFieldCreationMandatory = Boolean.valueOf(mandatory).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_MANDATORY)); |
| ||||
if (getter != null) fUseGetters = Boolean.valueOf(getter).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_USE_GETTER)); |
| ||||
if (setter != null) fUseSetters = Boolean.valueOf(setter).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, ATTRIBUTE_USE_SETTER)); |
| |||
if ( [[#variable93865ea0]]!= null) [[#variable93865f40]]= Boolean.valueOf( [[#variable93865ea0]]).booleanValue(); else return RefactoringStatus.createFatalErrorStatus(Messages.format(RefactoringCoreMessages.InitializableRefactoring_argument_not_exist, [[#variable93865ee0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93865ea0]] | remove |
1 | 2 | [[#93865ea0]] | exceptions |
1 | 3 | [[#93865ea0]] | comments |
1 | 4 | [[#93865ea0]] | similarDeclarations |
1 | 5 | [[#93865ea0]] | mandatory |
1 | 6 | [[#93865ea0]] | setter |
1 | 7 | [[#93865ea0]] | getter |
2 | 1 | [[#93865f40]] | fRemoveDeclaration |
2 | 2 | [[#93865f40]] | fThrowRuntimeExceptions |
2 | 3 | [[#93865f40]] | fGenerateJavadoc |
2 | 4 | [[#93865f40]] | fUpdateSimilarElements |
2 | 5 | [[#93865f40]] | fIsInstanceFieldCreationMandatory |
2 | 6 | [[#93865f40]] | fUseSetters |
2 | 7 | [[#93865f40]] | fUseGetters |
3 | 1 | [[#93865ee0]] | ATTRIBUTE_REMOVE |
3 | 2 | [[#93865ee0]] | ATTRIBUTE_EXCEPTIONS |
3 | 3 | [[#93865ee0]] | ATTRIBUTE_COMMENTS |
3 | 4 | [[#93865ee0]] | ATTRIBUTE_SIMILAR_DECLARATIONS |
3 | 5 | [[#93865ee0]] | ATTRIBUTE_MANDATORY |
3 | 6 | [[#93865ee0]] | ATTRIBUTE_USE_SETTER |
3 | 7 | [[#93865ee0]] | ATTRIBUTE_USE_GETTER |