Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 4 | 0.954 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 466 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java |
2 | 7 | 137 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java |
3 | 7 | 73 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java |
4 | 7 | 76 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java |
| ||||
public void setConstantName(String newName) { Assert.isNotNull(newName); fConstantName = newName; } public String getConstantName() { return fConstantName; } |
| ||||
public void setNewName(String newName) { Assert.isNotNull(newName); fNewName = newName; } public String getDefaultValue() { return fDefaultValue; } |
| ||||
public void setNewElementName(String newName) { Assert.isNotNull(newName); fNewElementName = newName; } public String getNewElementName() { return fNewElementName; } |
| ||||
//---- INameUpdating --------------------------------------------------- public void setNewElementName(String newName) { Assert.isNotNull(newName); fNewElementName = newName; } public String getNewElementName() { return fNewElementName; } |
| |||
//---- INameUpdating --------------------------------------------------- public void [[#variablea1523300]](String newName) { Assert.isNotNull(newName); [[#variablea1522320]]= newName; } public String [[#variablea1523280]]() { return [[#variablea1523380]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1523300]] | setNewElementName |
1 | 2 | [[#a1523300]] | setConstantName |
1 | 3 | [[#a1523300]] | setNewName |
1 | 4 | [[#a1523300]] | setNewElementName |
2 | 1 | [[#a1522320]] | fNewElementName |
2 | 2 | [[#a1522320]] | fConstantName |
2 | 3 | [[#a1522320]] | fNewName |
2 | 4 | [[#a1522320]] | fNewElementName |
3 | 1 | [[#a1523280]] | getNewElementName |
3 | 2 | [[#a1523280]] | getConstantName |
3 | 3 | [[#a1523280]] | getDefaultValue |
3 | 4 | [[#a1523280]] | getNewElementName |
4 | 1 | [[#a1523380]] | fNewElementName |
4 | 2 | [[#a1523380]] | fConstantName |
4 | 3 | [[#a1523380]] | fDefaultValue |
4 | 4 | [[#a1523380]] | fNewElementName |