CloneSet2526


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

                if (lexemType == Lexer.COMMA) {
                        if (lexer.nextLexem() != Lexer.NUMBER) {
                                throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_24);
                        }
                        repeatCount = integerValue(lexer.lexem());
                        lexemType = lexer.nextLexem();
                }
                else   {
                        repeatCount = 1;
                }
                if (lexemType != Lexer.COLON) {
                        throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_25);
                }


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

                if (lexemType == Lexer.COMMA) {
                        if (lexer.nextLexem() != Lexer.NUMBER) {
                                throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_27);
                        }
                        outputLineIncrement = integerValue(lexer.lexem());
                        lexemType = lexer.nextLexem();
                }
                else   {
                        outputLineIncrement = 1;
                }
                if (lexemType != Lexer.CR) {
                        throw new AbsentInformationException(JDIMessages.SourceDebugExtensionParser_28);
                }


Clone AbstractionParameter Count: 4Parameter Bindings

if (lexemType == Lexer.COMMA) {
  if (lexer.nextLexem() != Lexer.NUMBER) {
    throw new AbsentInformationException(JDIMessages. [[#variableb1d78480]]);
  }
   [[#variable5837f900]]= integerValue(lexer.lexem());
  lexemType = lexer.nextLexem();
}
else {
   [[#variable5837f900]]= 1;
}
if (lexemType != Lexer. [[#variable5837f760]]) {
  throw new AbsentInformationException(JDIMessages. [[#variable5837f8e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1d78480]]
SourceDebugExtensionParser_24 
12[[#b1d78480]]
SourceDebugExtensionParser_27 
21[[#5837f900]]
repeatCount 
22[[#5837f900]]
outputLineIncrement 
31[[#5837f760]]
COLON 
32[[#5837f760]]
CR 
41[[#5837f8e0]]
SourceDebugExtensionParser_25 
42[[#5837f8e0]]
SourceDebugExtensionParser_28