| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 9 | 2 | 0.980 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 22 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 2 | 3 | 27 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 3 | 3 | 202 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 4 | 3 | 1511 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 5 | 3 | 1516 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 6 | 3 | 1556 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 7 | 3 | 1561 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 8 | 3 | 1566 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| 9 | 3 | 1571 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java |
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "boolean"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "byte"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "char"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "double"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "float"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "int"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotCastedInto, new String[] {
typeName(), "long"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotConvertedTo, new String[] {
typeName(), "short"
} )); //$NON-NLS-1$
}
|
| ||||
{
throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotConvertedTo, new String[] {
typeName(), "String"
} )); //$NON-NLS-1$
}
|
| |||
{
throw new ShouldNotImplement(Messages.bind(Messages. [[#variablebc2cd260]], new String[] {
typeName(),
[[#variablebc2cd380]]
} )); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bc2cd260]] | constant_cannotConvertedTo |
| 1 | 2 | [[#bc2cd260]] | constant_cannotConvertedTo |
| 1 | 3 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 4 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 5 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 6 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 7 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 8 | [[#bc2cd260]] | constant_cannotCastedInto |
| 1 | 9 | [[#bc2cd260]] | constant_cannotCastedInto |
| 2 | 1 | [[#bc2cd380]] | "String" |
| 2 | 2 | [[#bc2cd380]] | "short" |
| 2 | 3 | [[#bc2cd380]] | "long" |
| 2 | 4 | [[#bc2cd380]] | "int" |
| 2 | 5 | [[#bc2cd380]] | "float" |
| 2 | 6 | [[#bc2cd380]] | "double" |
| 2 | 7 | [[#bc2cd380]] | "char" |
| 2 | 8 | [[#bc2cd380]] | "byte" |
| 2 | 9 | [[#bc2cd380]] | "boolean" |