Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 53 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CodeRefactoringUtil.java |
2 | 2 | 407 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveStaticMembersProcessor.java |
| ||||
String message = Messages.format(RefactoringCoreMessages.CodeRefactoringUtil_error_message, keys); return RefactoringStatus.createFatalErrorStatus(message); |
| ||||
String message = Messages.format(RefactoringCoreMessages.MoveMembersRefactoring_not_found, fDestinationTypeName); return RefactoringStatus.createFatalErrorStatus(message); |
| |||
String message = Messages.format(RefactoringCoreMessages. [[#variable5aeadf00]], [[#variable5aead4c0]]); return RefactoringStatus.createFatalErrorStatus(message); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5aeadf00]] | CodeRefactoringUtil_error_message |
1 | 2 | [[#5aeadf00]] | MoveMembersRefactoring_not_found |
2 | 1 | [[#5aead4c0]] | keys |
2 | 2 | [[#5aead4c0]] | fDestinationTypeName |