CloneSet2716


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.958class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1239
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java
22119
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java
32142
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java
4286
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java
Clone Instance
1
Line Count
2
Source Line
39
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/JavaRenameProcessor.java

        public final RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
                return getRenameModifications().loadParticipants(status, this, getAffectedProjectNatures(), shared);
        }


Clone Instance
2
Line Count
2
Source Line
119
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameResourceProcessor.java

        public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
                return fRenameModifications.loadParticipants(status, this, getAffectedProjectNatures(), shared);
        }


Clone Instance
3
Line Count
2
Source Line
142
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java

        public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
                return fDeleteModifications.loadParticipants(status, this, getAffectedProjectNatures(), shared);
        }


Clone Instance
4
Line Count
2
Source Line
86
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaMoveProcessor.java

        public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
                return fMovePolicy.loadParticipants(status, this, getAffectedProjectNatures(), shared);
        }


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variablea06ce120]]RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants shared) throws CoreException {
  return [[#variablea06ce0c0]].loadParticipants(status, this, getAffectedProjectNatures(), shared);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a06ce120]]
public final 
12[[#a06ce120]]
public 
13[[#a06ce120]]
public 
14[[#a06ce120]]
public 
21[[#a06ce0c0]]
getRenameModifications() 
22[[#a06ce0c0]]
fRenameModifications 
23[[#a06ce0c0]]
fDeleteModifications 
24[[#a06ce0c0]]
fMovePolicy