Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 223 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
2 | 2 | 294 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java |
| ||||
if (firstChar == -1 || firstChar != '\'') { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
| ||||
if (nextChar == -1 || nextChar != '\'') { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
| |||
if ( [[#variablea15a0c80]]== -1 || [[#variablea15a0c80]]!= '\'') { throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15a0c80]] | firstChar |
1 | 2 | [[#a15a0c80]] | nextChar |