Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.981 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 87 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InternalASTRewrite.java |
2 | 5 | 182 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ASTRewrite.java |
| ||||
char[] content = document.get().toCharArray(); LineInformation lineInfo = LineInformation.create(document); String lineDelim = TextUtilities.getDefaultLineDelimiter(document); List comments = rootNode.getCommentList(); |
| ||||
char[] content = document.get().toCharArray(); LineInformation lineInfo = LineInformation.create(document); String lineDelim = TextUtilities.getDefaultLineDelimiter(document); ASTNode astRoot = rootNode.getRoot(); |
| |||
char[] content = document.get().toCharArray(); LineInformation lineInfo = LineInformation.create(document); String lineDelim = TextUtilities.getDefaultLineDelimiter(document); [[#variablea15987e0]] [[#variablea1598720]]= rootNode. [[#variablea1598700]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15987e0]] | ASTNode |
1 | 2 | [[#a15987e0]] | List |
2 | 1 | [[#a1598720]] | astRoot |
2 | 2 | [[#a1598720]] | comments |
3 | 1 | [[#a1598700]] | getRoot |
3 | 2 | [[#a1598700]] | getCommentList |