Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.959 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 47 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigRenameChange.java |
2 | 2 | 35 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigSetAttributeChange.java |
| ||||
public Change getUndo(String oldValue) throws CoreException { return new LaunchConfigRenameChange(fConfig, oldValue, fLaunchManager, shouldFlagWarning()); } |
| ||||
protected Change getUndo(String oldValue) throws CoreException { return new LaunchConfigSetAttributeChange(fConfig, fAttributeName, oldValue, shouldFlagWarning()); } |
| |||
[[#variable58cf61c0]]Change getUndo(String oldValue) throws CoreException { return new [[#variable58cf6180]](fConfig, [[#variable58cf60a0]], [[#variable58cf6100]], shouldFlagWarning()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58cf61c0]] | public |
1 | 2 | [[#58cf61c0]] | protected |
2 | 1 | [[#58cf6180]] | LaunchConfigRenameChange |
2 | 2 | [[#58cf6180]] | LaunchConfigSetAttributeChange |
3 | 1 | [[#58cf60a0]] | oldValue |
3 | 2 | [[#58cf60a0]] | fAttributeName |
4 | 1 | [[#58cf6100]] | fLaunchManager |
4 | 2 | [[#58cf6100]] | oldValue |