Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 4 | 0.956 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 73 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java |
2 | 6 | 2440 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 1 | 78 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BreakStatement.java |
4 | 1 | 92 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java |
5 | 1 | 78 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/TypeVector.java |
| ||||
System.arraycopy(this.classpaths, 0, (this.classpaths = new Classpath[counter]), 0, counter); |
| ||||
System.arraycopy( this.filenames, 0, (this.filenames = new String[filesCount]), 0, filesCount); |
| ||||
System.arraycopy(this.subroutines, 0, (this.subroutines = new SubRoutineStatement[subCount]), 0, subCount); |
| ||||
System.arraycopy(this.subroutines, 0, (this.subroutines = new SubRoutineStatement[subCount]), 0, subCount); |
| ||||
System.arraycopy(this.elements, 0, (this.elements = new IType[maxSize]), 0, size); |
| |||
System.arraycopy(this. [[#variablea538d620]], 0, (this. [[#variablea538d620]]= new [[#variablea538d5c0]][ [[#variablea538d540]]]), 0, [[#variablea538d480]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a538d620]] | subroutines |
1 | 2 | [[#a538d620]] | classpaths |
1 | 3 | [[#a538d620]] | filenames |
1 | 4 | [[#a538d620]] | elements |
1 | 5 | [[#a538d620]] | subroutines |
2 | 1 | [[#a538d5c0]] | SubRoutineStatement |
2 | 2 | [[#a538d5c0]] | Classpath |
2 | 3 | [[#a538d5c0]] | String |
2 | 4 | [[#a538d5c0]] | IType |
2 | 5 | [[#a538d5c0]] | SubRoutineStatement |
3 | 1 | [[#a538d540]] | subCount |
3 | 2 | [[#a538d540]] | counter |
3 | 3 | [[#a538d540]] | filesCount |
3 | 4 | [[#a538d540]] | maxSize |
3 | 5 | [[#a538d540]] | subCount |
4 | 1 | [[#a538d480]] | subCount |
4 | 2 | [[#a538d480]] | counter |
4 | 3 | [[#a538d480]] | filesCount |
4 | 4 | [[#a538d480]] | size |
4 | 5 | [[#a538d480]] | subCount |