Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.960 | variable_declarator_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 278 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
2 | 1 | 150 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/MissingReturnTypeCorrectionProposal.java |
| ||||
expression = ASTNodeFactory.newDefaultExpression(ast, method.getReturnType2(), method.getExtraDimensions()) |
| ||||
defaultExpression = ASTNodeFactory.newDefaultExpression(ast, fMethodDecl.getReturnType2(), fMethodDecl.getExtraDimensions()) |
| |||
[[#variable96b5e360]]= ASTNodeFactory.newDefaultExpression(ast, [[#variable96b5e2e0]].getReturnType2(), [[#variable96b5e2e0]].getExtraDimensions()) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96b5e360]] | defaultExpression |
1 | 2 | [[#96b5e360]] | expression |
2 | 1 | [[#96b5e2e0]] | fMethodDecl |
2 | 2 | [[#96b5e2e0]] | method |