CloneSet4080


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4330.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14393
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java
24428
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java
34453
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java
Clone Instance
1
Line Count
4
Source Line
393
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/SourceDebugExtensionParser.java

                        if (lexer.nextLexem() != Lexer.NUMBER) {
                                throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_17);
                        }
                        int fileId = integerValue(lexer.lexem());


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

                if (lexer.lexemType() != Lexer.NUMBER) {
                        throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_22);
                }
                int inputStartLine = integerValue(lexer.lexem());


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

                if (lexer.nextLexem() != Lexer.NUMBER) {
                        throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_26);
                }
                int outputStartLine = integerValue(lexer.lexem());


Clone AbstractionParameter Count: 3Parameter Bindings

if (lexer. [[#variable92c2f700]]() != Lexer.NUMBER) {
  throw new AbsentInformationException(JDIMessages. [[#variable92c2f740]]);
}
int  [[#variable92c2f660]]= integerValue(lexer.lexem());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92c2f700]]
nextLexem 
12[[#92c2f700]]
nextLexem 
13[[#92c2f700]]
lexemType 
21[[#92c2f740]]
SourceDebugExtensionParser_17 
22[[#92c2f740]]
SourceDebugExtensionParser_26 
23[[#92c2f740]]
SourceDebugExtensionParser_22 
31[[#92c2f660]]
fileId 
32[[#92c2f660]]
outputStartLine 
33[[#92c2f660]]
inputStartLine