CloneSet5716


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14261
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java
24288
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java
Clone Instance
1
Line Count
4
Source Line
261
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java

                                                if ( ! typeName.endsWith('$' + name)) {
                                                        return false;
                                                }
                                                typeName = typeName.substring(0, typeName.length() - name.length() - 1);


Clone Instance
2
Line Count
4
Source Line
288
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java

                                                if ( !typeName.endsWith('$' + name)) {
                                                        return false;
                                                }
                                                typeName = typeName.substring(0, typeName.length() - name.length() - 1);


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !typeName.endsWith('$' + name)) {
  return false;
}
typeName = typeName.substring(0, typeName.length() - name.length() - 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None