CloneSet5220


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13139
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java
23158
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java
Clone Instance
1
Line Count
3
Source Line
139
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java

                        int length = fPointer - lexemStart;
                        fLexem = new char[length];
                        System.arraycopy(fSmap, lexemStart, fLexem, 0, length);


Clone Instance
2
Line Count
3
Source Line
158
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java

                        int length = fPointer - lexemStart;
                        fLexem = new char[length];
                        System.arraycopy(fSmap, lexemStart, fLexem, 0, length);


Clone AbstractionParameter Count: 0Parameter Bindings

int length = fPointer - lexemStart;
fLexem = new char[length];
System.arraycopy(fSmap, lexemStart, fLexem, 0, length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None