CloneSet6016


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13261
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
23270
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
33289
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
Clone Instance
1
Line Count
3
Source Line
261
Source File
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$
                                                        }


Clone Instance
2
Line Count
3
Source Line
270
Source File
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$
                                                                }


Clone Instance
3
Line Count
3
Source Line
289
Source File
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$
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

nextChar = (char) scanner.getNextChar();
if (nextChar == -1) {
  throw new IllegalArgumentException("illegal character literal"); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None