Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2874 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 2 | 311 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java |
3 | 1 | 46 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/RangeUtil.java |
4 | 1 | 47 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/RangeUtil.java |
5 | 1 | 48 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/RangeUtil.java |
| ||||
System.arraycopy( starts, 0, starts = new int[occurrenceCount * 2], 0, occurrenceCount); |
| ||||
System.arraycopy(nullCheckTypes, 0, nullCheckTypes = new int[nullCount * 2], 0, nullCount); |
| ||||
System.arraycopy(intervalStarts, 0, intervalStarts = new int[pos * 2], 0, pos); |
| ||||
System.arraycopy(intervalEnds, 0, intervalEnds = new int[pos * 2], 0, pos); |
| ||||
System.arraycopy(intervalFlags, 0, intervalFlags = new int[pos * 2], 0, pos); |
| |||
System.arraycopy( [[#variableb0dae260]], 0, [[#variableb0dae260]]= new int[ [[#variableb0dae200]] * 2], 0, [[#variableb0dae200]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0dae260]] | starts |
1 | 2 | [[#b0dae260]] | intervalStarts |
1 | 3 | [[#b0dae260]] | intervalEnds |
1 | 4 | [[#b0dae260]] | intervalFlags |
1 | 5 | [[#b0dae260]] | nullCheckTypes |
2 | 1 | [[#b0dae200]] | occurrenceCount |
2 | 2 | [[#b0dae200]] | pos |
2 | 3 | [[#b0dae200]] | pos |
2 | 4 | [[#b0dae200]] | pos |
2 | 5 | [[#b0dae200]] | nullCount |