Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 141 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/NLSRefactoring.java |
2 | 3 | 688 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
| ||||
{ String message = Messages.format(NLSMessages.NLSRefactoring_no_strings, fCu.getElementName()); return RefactoringStatus.createFatalErrorStatus(message); } |
| ||||
{ String message = Messages.format(RefactoringCoreMessages.ChangeSignatureRefactoring_method_deleted, getCu().getElementName()); return RefactoringStatus.createFatalErrorStatus(message); } |
| |||
{ String message = Messages.format( [[#variable5615ada0]]. [[#variable5615ad20]], [[#variable5615b340]].getElementName()); return RefactoringStatus.createFatalErrorStatus(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5615ada0]] | RefactoringCoreMessages |
1 | 2 | [[#5615ada0]] | NLSMessages |
2 | 1 | [[#5615ad20]] | ChangeSignatureRefactoring_method_deleted |
2 | 2 | [[#5615ad20]] | NLSRefactoring_no_strings |
3 | 1 | [[#5615b340]] | getCu() |
3 | 2 | [[#5615b340]] | fCu |