CloneSet3818


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1260.966statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11418
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java
21420
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java
Clone Instance
1
Line Count
1
Source Line
418
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java

                primitiveAssignments.put("float", Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] {
                                                                                                                      "float", "long", "int", "short", "char", "byte"
                                                                                                                     } ))));                                                //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$


Clone Instance
2
Line Count
1
Source Line
420
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java

                primitiveAssignments.put("primitive number", Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] {
                                                                                                                                 "double", "float", "long", "int", "short", "byte"
                                                                                                                                } ))));                                                  //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$


Clone AbstractionParameter Count: 6Parameter Bindings

primitiveAssignments.put( [[#variable64b34560]], Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] {
                                                                                                                       [[#variable64b344c0]],
                                                                                                                       [[#variable64b34440]],
                                                                                                                       [[#variable968b9ec0]],
                                                                                                                       [[#variable64b34380]],
                                                                                                                       [[#variable64b343e0]],
                                                                                                                      "byte"
                                                                                                                    } )))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64b34560]]
"float" 
12[[#64b34560]]
"primitive number" 
21[[#64b344c0]]
"float" 
22[[#64b344c0]]
"double" 
31[[#64b34440]]
"long" 
32[[#64b34440]]
"float" 
41[[#968b9ec0]]
"int" 
42[[#968b9ec0]]
"long" 
51[[#64b34380]]
"short" 
52[[#64b34380]]
"int" 
61[[#64b343e0]]
"char" 
62[[#64b343e0]]
"short"