| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 4 | 2 | 0.958 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 39 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java |
| 2 | 2 | 119 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java |
| 3 | 2 | 142 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java |
| 4 | 2 | 86 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java |
| ||||
public final RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
return getRenameModifications().loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
|
| ||||
public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
return fRenameModifications.loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
|
| ||||
public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
return fDeleteModifications.loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
|
| ||||
public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
return fMovePolicy.loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
|
| |||
[[#variablea06ce120]]RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
return [[#variablea06ce0c0]].loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a06ce120]] | public final |
| 1 | 2 | [[#a06ce120]] | public |
| 1 | 3 | [[#a06ce120]] | public |
| 1 | 4 | [[#a06ce120]] | public |
| 2 | 1 | [[#a06ce0c0]] | getRenameModifications() |
| 2 | 2 | [[#a06ce0c0]] | fRenameModifications |
| 2 | 3 | [[#a06ce0c0]] | fDeleteModifications |
| 2 | 4 | [[#a06ce0c0]] | fMovePolicy |