Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 4 | 2 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 5034 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 15 | 5050 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
3 | 15 | 5104 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
4 | 15 | 5167 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
public void parseErrorInsertAfterToken( int start, int end, int currentKind, char[] errorTokenSource, String errorTokenName, String expectedToken ) { this.syntaxError( IProblem.ParsingErrorInsertTokenAfter, start, end, currentKind, errorTokenSource, errorTokenName, expectedToken); } |
| ||||
public void parseErrorInsertBeforeToken( int start, int end, int currentKind, char[] errorTokenSource, String errorTokenName, String expectedToken ) { this.syntaxError( IProblem.ParsingErrorInsertTokenBefore, start, end, currentKind, errorTokenSource, errorTokenName, expectedToken); } |
| ||||
public void parseErrorInvalidToken( int start, int end, int currentKind, char[] errorTokenSource, String errorTokenName, String expectedToken ) { this.syntaxError( IProblem.ParsingErrorInvalidToken, start, end, currentKind, errorTokenSource, errorTokenName, expectedToken); } |
| ||||
public void parseErrorReplaceToken( int start, int end, int currentKind, char[] errorTokenSource, String errorTokenName, String expectedToken ) { this.syntaxError( IProblem.ParsingError, start, end, currentKind, errorTokenSource, errorTokenName, expectedToken); } |
| |||
public void [[#variable5abe3f40]](int start, int end, int currentKind, char[] errorTokenSource, String errorTokenName, String expectedToken) { this.syntaxError(IProblem. [[#variable5abe3ee0]], start, end, currentKind, errorTokenSource, errorTokenName, expectedToken); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5abe3f40]] | parseErrorInsertAfterToken |
1 | 2 | [[#5abe3f40]] | parseErrorInsertBeforeToken |
1 | 3 | [[#5abe3f40]] | parseErrorInvalidToken |
1 | 4 | [[#5abe3f40]] | parseErrorReplaceToken |
2 | 1 | [[#5abe3ee0]] | ParsingErrorInsertTokenAfter |
2 | 2 | [[#5abe3ee0]] | ParsingErrorInsertTokenBefore |
2 | 3 | [[#5abe3ee0]] | ParsingErrorInvalidToken |
2 | 4 | [[#5abe3ee0]] | ParsingError |