Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 3 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 566 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
2 | 6 | 578 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
3 | 6 | 590 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
4 | 6 | 596 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
| ||||
System.arraycopy( this.typeDeclarationStarts, 0, this.typeDeclarationStarts = new int[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.memberDeclarationStart, 0, this.memberDeclarationStart = new int[this.typeDepth * 2], 0, this.typeDepth); |
| ||||
System.arraycopy( this.methodParameterTypes, 0, this.methodParameterTypes = new char[this.typeDepth * 2][][], 0, this.typeDepth); |
| ||||
System.arraycopy( this.methodParameterNames, 0, this.methodParameterNames = new char[this.typeDepth * 2][][], 0, this.typeDepth); |
| |||
System.arraycopy(this. [[#variable95457440]], 0, this. [[#variable95457440]]= new [[#variable95457380]][this.typeDepth * 2] [[#variable954572e0]], 0, this.typeDepth); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95457440]] | typeDeclarationStarts |
1 | 2 | [[#95457440]] | memberDeclarationStart |
1 | 3 | [[#95457440]] | methodParameterTypes |
1 | 4 | [[#95457440]] | methodParameterNames |
2 | 1 | [[#95457380]] | int |
2 | 2 | [[#95457380]] | int |
2 | 3 | [[#95457380]] | char |
2 | 4 | [[#95457380]] | char |
3 | 1 | [[#954572e0]] | |
3 | 2 | [[#954572e0]] | |
3 | 3 | [[#954572e0]] | [][] |
3 | 4 | [[#954572e0]] | [][] |