Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 3 | 0.954 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 166 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractSerialVersionOperation.java |
2 | 3 | 556 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java |
3 | 3 | 551 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
4 | 3 | 940 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
if (comment != null && comment.length() > 0) { final Javadoc doc = (Javadoc) rewrite.createStringPlaceholder(comment, ASTNode.JAVADOC); declaration.setJavadoc(doc); } |
| ||||
if (comment != null && comment.length() > 0) { Javadoc doc = (Javadoc) fCuRewrite.getASTRewrite().createStringPlaceholder(comment, ASTNode.JAVADOC); fieldDeclaration.setJavadoc(doc); } |
| ||||
if (comment != null && comment.length() > 0) { final Javadoc doc = (Javadoc) rewrite.createStringPlaceholder(comment, ASTNode.JAVADOC); newField.setJavadoc(doc); } |
| ||||
if (comment != null && comment.length() > 0) { final Javadoc doc = (Javadoc) rewrite.createStringPlaceholder(comment, ASTNode.JAVADOC); constructor.setJavadoc(doc); } |
| |||
if (comment != null && comment.length() > 0) { [[#variable540c0ee0]]Javadoc doc = (Javadoc) [[#variable540c0e80]].createStringPlaceholder(comment, ASTNode.JAVADOC); [[#variable540c0e20]].setJavadoc(doc); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#540c0ee0]] | final |
1 | 2 | [[#540c0ee0]] | final |
1 | 3 | [[#540c0ee0]] | |
1 | 4 | [[#540c0ee0]] | final |
2 | 1 | [[#540c0e80]] | rewrite |
2 | 2 | [[#540c0e80]] | rewrite |
2 | 3 | [[#540c0e80]] | fCuRewrite.getASTRewrite() |
2 | 4 | [[#540c0e80]] | rewrite |
3 | 1 | [[#540c0e20]] | newField |
3 | 2 | [[#540c0e20]] | constructor |
3 | 3 | [[#540c0e20]] | fieldDeclaration |
3 | 4 | [[#540c0e20]] | declaration |