Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 5 | 0.953 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1008 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java |
2 | 1 | 1031 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java |
| ||||
org.eclipse.jdt.internal.compiler.ast.Expression expression = codeSnippetParsingUtil.parseExpression(this.rawSource, this.sourceOffset, this.sourceLength, this.compilerOptions, true); |
| ||||
final org.eclipse.jdt.internal.compiler.ast.ASTNode[] nodes = codeSnippetParsingUtil.parseClassBodyDeclarations(this.rawSource, this.sourceOffset, this.sourceLength, this.compilerOptions, true); |
| |||
[[#variable9a4f7600]]org.eclipse.jdt.internal.compiler.ast. [[#variable9a4f75a0]] [[#variable9a4f7500]] [[#variable9a4f7480]]= codeSnippetParsingUtil. [[#variable9a4f7360]](this.rawSource, this.sourceOffset, this.sourceLength, this.compilerOptions, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a4f7600]] | final |
1 | 2 | [[#9a4f7600]] | |
2 | 1 | [[#9a4f75a0]] | ASTNode |
2 | 2 | [[#9a4f75a0]] | Expression |
3 | 1 | [[#9a4f7500]] | [] |
3 | 2 | [[#9a4f7500]] | |
4 | 1 | [[#9a4f7480]] | nodes |
4 | 2 | [[#9a4f7480]] | expression |
5 | 1 | [[#9a4f7360]] | parseClassBodyDeclarations |
5 | 2 | [[#9a4f7360]] | parseExpression |