Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.954 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 538 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 1 | 544 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 1 | 545 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 1 | 556 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
char[] newLhs = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "lhs", tokens); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
char[] newTerminalIndex = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "terminal_index", tokens); //$NON-NLS-2$ //$NON-NLS-1$ |
| ||||
char[] newNonTerminalIndex = buildFileOfIntFor(prefix + ( ++i) + ".rsc", "non_terminal_index", tokens); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
byte[] newRhs = buildFileOfByteFor(prefix + ( ++i) + ".rsc", "rhs", tokens); //$NON-NLS-2$ //$NON-NLS-1$ |
| |||
[[#variablea4304180]][] [[#variable57fc8ac0]]= [[#variable57fc8b20]](prefix + ( ++i) + ".rsc", [[#variablea4304140]], tokens); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-2$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4304180]] | char |
1 | 2 | [[#a4304180]] | char |
1 | 3 | [[#a4304180]] | char |
1 | 4 | [[#a4304180]] | byte |
2 | 1 | [[#57fc8ac0]] | newLhs |
2 | 2 | [[#57fc8ac0]] | newTerminalIndex |
2 | 3 | [[#57fc8ac0]] | newNonTerminalIndex |
2 | 4 | [[#57fc8ac0]] | newRhs |
3 | 1 | [[#57fc8b20]] | buildFileOfIntFor |
3 | 2 | [[#57fc8b20]] | buildFileOfIntFor |
3 | 3 | [[#57fc8b20]] | buildFileOfIntFor |
3 | 4 | [[#57fc8b20]] | buildFileOfByteFor |
4 | 1 | [[#a4304140]] | "lhs" |
4 | 2 | [[#a4304140]] | "terminal_index" |
4 | 3 | [[#a4304140]] | "non_terminal_index" |
4 | 4 | [[#a4304140]] | "rhs" |