CloneSet1090


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

                if (lexer.nextLexem() != Lexer.CR) {
                        throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
                                                                                                                                           new String(lexer.lexem())
                                                                                                                                          } ));
                }
                lexer.nextLexem();
                while ( !isAsteriskLexem(lexer.lexemType())) {
                        parseFileInfo(lexer);
                }


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

                if (lexer.nextLexem() != Lexer.CR) {
                        throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
                                                                                                                                           new String(lexer.lexem())
                                                                                                                                          } ));
                }
                lexer.nextLexem();
                while ( !isAsteriskLexem(lexer.lexemType())) {
                        parseLineInfo(lexer);
                }


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

                if (lexer.nextLexem() != Lexer.CR) {
                        throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
                                                                                                                                           new String(lexer.lexem())
                                                                                                                                          } ));
                }
                lexer.nextLexem();
                while ( !isAsteriskLexem(lexer.lexemType())) {
                        // do nothing in this case, just consume the lexems.
                        getNonAsteriskString(lexer);
                }


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

                if (lexer.nextLexem() != Lexer.CR) {
                        throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
                                                                                                                                           new String(lexer.lexem())
                                                                                                                                          } ));
                }
                lexer.nextLexem();
                while ( !isAsteriskLexem(lexer.lexemType())) {
                        // do nothing in this case, just consume the lexems.
                        getNonAsteriskString(lexer);
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (lexer.nextLexem() != Lexer.CR) {
  throw new AbsentInformationException(MessageFormat.format(JDIMessages.SourceDebugExtensionParser_12, new String[] {
                                                                                                                      new String(lexer.lexem())
                                                                                                                    } ));
}
lexer.nextLexem();
while ( !isAsteriskLexem(lexer.lexemType())) {
   [[#variableb8dc97e0]](lexer);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8dc97e0]]
parseFileInfo 
12[[#b8dc97e0]]
parseLineInfo 
13[[#b8dc97e0]]
// do nothing in this case, just consume the lexems.
getNonAsteriskString 
14[[#b8dc97e0]]
// do nothing in this case, just consume the lexems.
getNonAsteriskString