Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.968 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1264 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
2 | 1 | 1102 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
| ||||
RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages.IntroduceIndirectionRefactoring_cannot_update_binary_target_visibility, new String[] { JavaElementLabels .getElementLabel(whoToAdjust, JavaElementLabels.ALL_DEFAULT) } ), JavaStatusContext.create(whoToAdjust)) |
| ||||
RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages.PullUpRefactoring_moving_static_method_to_interface, new String[] { JavaElementLabels.getTextLabel(member, JavaElementLabels.ALL_FULLY_QUALIFIED) } ), JavaStatusContext.create(member)) |
| |||
RefactoringStatus.createErrorStatus(Messages.format(RefactoringCoreMessages. [[#variable57420420]], new String[] { JavaElementLabels. [[#variablea34c5c20]]( [[#variablea34c5bc0]], JavaElementLabels. [[#variable57420360]]) } ), JavaStatusContext.create( [[#variablea34c5bc0]])) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57420420]] | PullUpRefactoring_moving_static_method_to_interface |
1 | 2 | [[#57420420]] | IntroduceIndirectionRefactoring_cannot_update_binary_target_visibility |
2 | 1 | [[#a34c5c20]] | getTextLabel |
2 | 2 | [[#a34c5c20]] | getElementLabel |
3 | 1 | [[#a34c5bc0]] | member |
3 | 2 | [[#a34c5bc0]] | whoToAdjust |
4 | 1 | [[#57420360]] | ALL_FULLY_QUALIFIED |
4 | 2 | [[#57420360]] | ALL_DEFAULT |