Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 261 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
2 | 3 | 270 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
3 | 3 | 289 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
| ||||
nextChar = (char) scanner.getNextChar(); if (nextChar == -1) { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
| ||||
nextChar = (char) scanner.getNextChar(); if (nextChar == -1) { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
| ||||
nextChar = (char) scanner.getNextChar(); if (nextChar == -1) { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
| |||
nextChar = (char) scanner.getNextChar(); if (nextChar == -1) { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |