Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 5112 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 4 | 5244 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
3 | 4 | 5261 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
// automatic wrapping if (contentsOffset + 3 >= this.contents.length) { resizeContents(3); } contents[contentsOffset++ ] = (byte) '['; |
| ||||
// array type if (contentsOffset + 3 >= this.contents.length) { resizeContents(3); } contents[contentsOffset++ ] = (byte) '['; |
| ||||
// class type if (contentsOffset + 3 >= this.contents.length) { resizeContents(3); } contents[contentsOffset++ ] = (byte) 'c'; |
| |||
// automatic wrapping // class type // array type if (contentsOffset + 3 >= this.contents.length) { resizeContents(3); } contents[contentsOffset++ ] = (byte) [[#variableb1006540]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1006540]] | '[' |
1 | 2 | [[#b1006540]] | 'c' |
1 | 3 | [[#b1006540]] | '[' |