CloneSet9689


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13800
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java
23951
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java
Clone Instance
1
Line Count
3
Source Line
800
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java

                                        // convert 1.5 specific constructs only if compliance is 1.5 or above
                                        if ( !this.has1_5Compliance)
                                                break typeLoop;
                                        if (fragments == null) fragments = new ArrayList(2);


Clone Instance
2
Line Count
3
Source Line
951
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java

                                        // convert 1.5 specific constructs only if compliance is 1.5 or above
                                        if ( !this.has1_5Compliance)
                                                break typeLoop;
                                        if (fragments == null) fragments = new ArrayList(2);


Clone AbstractionParameter Count: 0Parameter Bindings

// convert 1.5 specific constructs only if compliance is 1.5 or above
if ( !this.has1_5Compliance)
  break typeLoop;
if (fragments == null)
  fragments = new ArrayList(2);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None