Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1371 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java |
2 | 1 | 119 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java |
3 | 1 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewAnnotationMemberProposal.java |
4 | 1 | 367 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java |
| ||||
newConstructor.modifiers().addAll(ASTNodeFactory.newModifiers(ast, getAccessModifier(subclass))); |
| ||||
decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, evaluateModifiers(targetTypeDecl))); |
| ||||
decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, evaluateModifiers(targetTypeDecl))); |
| ||||
newDecl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, evaluateFieldModifiers(newTypeDecl))); |
| |||
[[#variable77c12f80]].modifiers().addAll(ASTNodeFactory.newModifiers(ast, [[#variable77c12f60]]( [[#variable77c12fc0]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77c12f80]] | decl |
1 | 2 | [[#77c12f80]] | newConstructor |
1 | 3 | [[#77c12f80]] | newDecl |
1 | 4 | [[#77c12f80]] | decl |
2 | 1 | [[#77c12f60]] | evaluateModifiers |
2 | 2 | [[#77c12f60]] | getAccessModifier |
2 | 3 | [[#77c12f60]] | evaluateFieldModifiers |
2 | 4 | [[#77c12f60]] | evaluateModifiers |
3 | 1 | [[#77c12fc0]] | targetTypeDecl |
3 | 2 | [[#77c12fc0]] | subclass |
3 | 3 | [[#77c12fc0]] | newTypeDecl |
3 | 4 | [[#77c12fc0]] | targetTypeDecl |