| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 3 | 5 | 0.967 | class_body_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameModifications.java |
| 2 | 10 | 47 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/CopyModifications.java |
| 3 | 10 | 50 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveModifications.java |
| ||||
private List fParticipantDescriptorFilter;
public RenameModifications() {
fRename = new ArrayList();
fRenameArguments = new ArrayList();
fParticipantDescriptorFilter = new ArrayList();
}
public void rename(IResource resource, RenameArguments args) {
add(resource, args, null);
}
|
| ||||
private List fParticipantDescriptorFilter;
public CopyModifications() {
fCopies = new ArrayList();
fCopyArguments = new ArrayList();
fParticipantDescriptorFilter = new ArrayList();
}
public void copy(IResource resource, CopyArguments args) {
add(resource, args, null);
}
|
| ||||
private List fParticipantDescriptorFilter;
public MoveModifications() {
fMoves = new ArrayList();
fMoveArguments = new ArrayList();
fParticipantDescriptorFilter = new ArrayList();
}
public void move(IResource resource, MoveArguments args) {
add(resource, args, null);
}
|
| |||
private List fParticipantDescriptorFilter;
public [[#variable529a7500]]() {
[[#variable529a74c0]]= new ArrayList();
[[#variable53fc96c0]]= new ArrayList();
fParticipantDescriptorFilter = new ArrayList();
}
public void [[#variable529a7420]](IResource resource, [[#variable529a7400]] args) {
add(resource, args, null);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#529a7500]] | RenameModifications |
| 1 | 2 | [[#529a7500]] | CopyModifications |
| 1 | 3 | [[#529a7500]] | MoveModifications |
| 2 | 1 | [[#529a74c0]] | fRename |
| 2 | 2 | [[#529a74c0]] | fCopies |
| 2 | 3 | [[#529a74c0]] | fMoves |
| 3 | 1 | [[#53fc96c0]] | fRenameArguments |
| 3 | 2 | [[#53fc96c0]] | fCopyArguments |
| 3 | 3 | [[#53fc96c0]] | fMoveArguments |
| 4 | 1 | [[#529a7420]] | rename |
| 4 | 2 | [[#529a7420]] | copy |
| 4 | 3 | [[#529a7420]] | move |
| 5 | 1 | [[#529a7400]] | RenameArguments |
| 5 | 2 | [[#529a7400]] | CopyArguments |
| 5 | 3 | [[#529a7400]] | MoveArguments |