Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 279 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
2 | 4 | 544 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java |
| ||||
if (expression != null) { final ReturnStatement returnStatement = ast.newReturnStatement(); returnStatement.setExpression(expression); body.statements().add(returnStatement); } |
| ||||
if (expression != null) { ReturnStatement returnStatement = ast.newReturnStatement(); returnStatement.setExpression(expression); body.statements().add(returnStatement); } |
| |||
if (expression != null) { [[#variable55c79040]]ReturnStatement returnStatement = ast.newReturnStatement(); returnStatement.setExpression(expression); body.statements().add(returnStatement); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55c79040]] | final |
1 | 2 | [[#55c79040]] |