CloneSet927


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3920.980block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1322
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
2327
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
33202
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
431511
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
531516
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
631556
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
731561
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
831566
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
931571
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
Clone Instance
1
Line Count
3
Source Line
22
Source File
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$
                                      }


Clone Instance
2
Line Count
3
Source Line
27
Source File
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(), "byte"
                                                                                                            } ));                     //$NON-NLS-1$
                                }


Clone Instance
3
Line Count
3
Source Line
202
Source File
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(), "char"
                                                                                                            } ));                     //$NON-NLS-1$
                                }


Clone Instance
4
Line Count
3
Source Line
1511
Source File
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(), "double"
                                                                                                            } ));                       //$NON-NLS-1$
                                    }


Clone Instance
5
Line Count
3
Source Line
1516
Source File
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(), "float"
                                                                                                            } ));                      //$NON-NLS-1$
                                  }


Clone Instance
6
Line Count
3
Source Line
1556
Source File
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(), "int"
                                                                                                            } ));                    //$NON-NLS-1$
                              }


Clone Instance
7
Line Count
3
Source Line
1561
Source File
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(), "long"
                                                                                                            } ));                     //$NON-NLS-1$
                                }


Clone Instance
8
Line Count
3
Source Line
1566
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                  {

                throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotConvertedTo, new String[] {
                                                                                                               typeName(), "short"
                                                                                                             } ));                      //$NON-NLS-1$
                                  }


Clone Instance
9
Line Count
3
Source Line
1571
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                                    {

                throw new ShouldNotImplement(Messages.bind(Messages.constant_cannotConvertedTo, new String[] {
                                                                                                               typeName(), "String"
                                                                                                             } ));                       //$NON-NLS-1$
                                    }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  throw new ShouldNotImplement(Messages.bind(Messages. [[#variablebc2cd260]], new String[] {
                                                                                             typeName(),
                                                                                              [[#variablebc2cd380]]
                                                                                           } )); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc2cd260]]
constant_cannotConvertedTo 
12[[#bc2cd260]]
constant_cannotConvertedTo 
13[[#bc2cd260]]
constant_cannotCastedInto 
14[[#bc2cd260]]
constant_cannotCastedInto 
15[[#bc2cd260]]
constant_cannotCastedInto 
16[[#bc2cd260]]
constant_cannotCastedInto 
17[[#bc2cd260]]
constant_cannotCastedInto 
18[[#bc2cd260]]
constant_cannotCastedInto 
19[[#bc2cd260]]
constant_cannotCastedInto 
21[[#bc2cd380]]
"String" 
22[[#bc2cd380]]
"short" 
23[[#bc2cd380]]
"long" 
24[[#bc2cd380]]
"int" 
25[[#bc2cd380]]
"float" 
26[[#bc2cd380]]
"double" 
27[[#bc2cd380]]
"char" 
28[[#bc2cd380]]
"byte" 
29[[#bc2cd380]]
"boolean"