CloneSet5607


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1250.953statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111008
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java
211031
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java
Clone Instance
1
Line Count
1
Source Line
1008
Source File
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);


Clone Instance
2
Line Count
1
Source Line
1031
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java

                                final org.eclipse.jdt.internal.compiler.ast.ASTNode[] nodes = codeSnippetParsingUtil.parseClassBodyDeclarations(this.rawSource, this.sourceOffset, this.sourceLength, this.compilerOptions, true);


Clone AbstractionParameter Count: 5Parameter Bindings

 [[#variable9a4f7600]]org.eclipse.jdt.internal.compiler.ast. [[#variable9a4f75a0]] [[#variable9a4f7500]]  [[#variable9a4f7480]]= codeSnippetParsingUtil. [[#variable9a4f7360]](this.rawSource, this.sourceOffset, this.sourceLength, this.compilerOptions, true);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a4f7600]]
final 
12[[#9a4f7600]]
21[[#9a4f75a0]]
ASTNode 
22[[#9a4f75a0]]
Expression 
31[[#9a4f7500]]
[] 
32[[#9a4f7500]]
41[[#9a4f7480]]
nodes 
42[[#9a4f7480]]
expression 
51[[#9a4f7360]]
parseClassBodyDeclarations 
52[[#9a4f7360]]
parseExpression