Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 5 | 5 | 0.950 | import_statements[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 23 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/participants/ResourceModifications.java |
2 | 8 | 19 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java |
3 | 8 | 30 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameModifications.java |
4 | 8 | 24 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/DeleteModifications.java |
5 | 8 | 26 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveModifications.java |
| ||||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants.CopyArguments; import org.eclipse.ltk.core.refactoring.participants.CopyParticipant; import org.eclipse.ltk.core.refactoring.participants.CreateArguments; import org.eclipse.ltk.core.refactoring.participants.CreateParticipant; import org.eclipse.ltk.core.refactoring.participants.DeleteArguments; |
| ||||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext; import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant; import org.eclipse.ltk.core.refactoring.participants.RenameProcessor; import org.eclipse.ltk.core.refactoring.participants.ResourceChangeChecker; import org.eclipse.ltk.core.refactoring.participants.SharableParticipants; |
| ||||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter; import org.eclipse.ltk.core.refactoring.participants.MoveArguments; import org.eclipse.ltk.core.refactoring.participants.ParticipantManager; import org.eclipse.ltk.core.refactoring.participants.RefactoringArguments; import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant; |
| ||||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants.DeleteArguments; import org.eclipse.ltk.core.refactoring.participants.ParticipantManager; import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant; import org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor; import org.eclipse.ltk.core.refactoring.participants.SharableParticipants; |
| ||||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants.IParticipantDescriptorFilter; import org.eclipse.ltk.core.refactoring.participants.MoveArguments; import org.eclipse.ltk.core.refactoring.participants.ParticipantManager; import org.eclipse.ltk.core.refactoring.participants.RefactoringArguments; import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant; |
| |||
import org.eclipse.core.resources.mapping.IResourceChangeDescriptionFactory; import org.eclipse.ltk.core.refactoring.RefactoringStatus; import org.eclipse.ltk.core.refactoring.participants. [[#variableb5f38de0]]; import org.eclipse.ltk.core.refactoring.participants. [[#variableb5f38d20]]; import org.eclipse.ltk.core.refactoring.participants. [[#variableb5f38d40]]; import org.eclipse.ltk.core.refactoring.participants. [[#variableb5f38c40]]; import org.eclipse.ltk.core.refactoring.participants. [[#variableb5f38c60]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5f38de0]] | CopyArguments |
1 | 2 | [[#b5f38de0]] | CheckConditionsContext |
1 | 3 | [[#b5f38de0]] | IParticipantDescriptorFilter |
1 | 4 | [[#b5f38de0]] | DeleteArguments |
1 | 5 | [[#b5f38de0]] | IParticipantDescriptorFilter |
2 | 1 | [[#b5f38d20]] | CopyParticipant |
2 | 2 | [[#b5f38d20]] | RefactoringParticipant |
2 | 3 | [[#b5f38d20]] | MoveArguments |
2 | 4 | [[#b5f38d20]] | ParticipantManager |
2 | 5 | [[#b5f38d20]] | MoveArguments |
3 | 1 | [[#b5f38d40]] | CreateArguments |
3 | 2 | [[#b5f38d40]] | RenameProcessor |
3 | 3 | [[#b5f38d40]] | ParticipantManager |
3 | 4 | [[#b5f38d40]] | RefactoringParticipant |
3 | 5 | [[#b5f38d40]] | ParticipantManager |
4 | 1 | [[#b5f38c40]] | CreateParticipant |
4 | 2 | [[#b5f38c40]] | ResourceChangeChecker |
4 | 3 | [[#b5f38c40]] | RefactoringArguments |
4 | 4 | [[#b5f38c40]] | RefactoringProcessor |
4 | 5 | [[#b5f38c40]] | RefactoringArguments |
5 | 1 | [[#b5f38c60]] | DeleteArguments |
5 | 2 | [[#b5f38c60]] | SharableParticipants |
5 | 3 | [[#b5f38c60]] | RefactoringParticipant |
5 | 4 | [[#b5f38c60]] | SharableParticipants |
5 | 5 | [[#b5f38c60]] | RefactoringParticipant |