CloneSet4542


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1240.968conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121264
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java
211102
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java
Clone Instance
1
Line Count
2
Source Line
1264
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java

                               RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages.IntroduceIndirectionRefactoring_cannot_update_binary_target_visibility, new String[] {
                                                                                                                                                                                                  JavaElementLabels
                                        .getElementLabel(whoToAdjust, JavaElementLabels.ALL_DEFAULT)
                                                                                                                                                                                                } ), JavaStatusContext.create(whoToAdjust))


Clone Instance
2
Line Count
1
Source Line
1102
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java

                                                                                             RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages.PullUpRefactoring_moving_static_method_to_interface, new String[] {
                                                                                                                                                                                                                                             JavaElementLabels.getTextLabel(member, JavaElementLabels.ALL_FULLY_QUALIFIED)
                                                                                                                                                                                                                                           } ),                                                                               JavaStatusContext.create(member))


Clone AbstractionParameter Count: 4Parameter Bindings

RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages. [[#variable57420420]], new String[] {
                                                                                                                   JavaElementLabels. [[#variablea34c5c20]]( [[#variablea34c5bc0]], JavaElementLabels. [[#variable57420360]])
                                                                                                                 } ), JavaStatusContext.create( [[#variablea34c5bc0]]))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57420420]]
PullUpRefactoring_moving_static_method_to_interface 
12[[#57420420]]
IntroduceIndirectionRefactoring_cannot_update_binary_target_visibility 
21[[#a34c5c20]]
getTextLabel 
22[[#a34c5c20]]
getElementLabel 
31[[#a34c5bc0]]
member 
32[[#a34c5bc0]]
whoToAdjust 
41[[#57420360]]
ALL_FULLY_QUALIFIED 
42[[#57420360]]
ALL_DEFAULT