Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 780 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
2 | 7 | 4007 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 7 | 4444 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { System.arraycopy( this.astStack, (this.astPtr -= length) + 1, normalAnnotation.memberValuePairs = new MemberValuePair[length], 0, length ); } |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { System.arraycopy( this.astStack, (this.astPtr -= length) + 1, statements = new Statement[length], 0, length ); } |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { System.arraycopy( this.astStack, (this.astPtr -= length) + 1, normalAnnotation.memberValuePairs = new MemberValuePair[length], 0, length ); } |
| |||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { System.arraycopy(this.astStack, (this.astPtr -= length) + 1, [[#variable9619a820]]= new [[#variablea431a020]][length], 0, length); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9619a820]] | normalAnnotation.memberValuePairs |
1 | 2 | [[#9619a820]] | statements |
1 | 3 | [[#9619a820]] | normalAnnotation.memberValuePairs |
2 | 1 | [[#a431a020]] | MemberValuePair |
2 | 2 | [[#a431a020]] | Statement |
2 | 3 | [[#a431a020]] | MemberValuePair |