Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 537 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java |
2 | 7 | 547 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java |
| ||||
{ // skip unmatched bracket problems if (unitResult.problems[i].getID() == IProblem.UnmatchedBracket) continue ; int start = unitResult.problems[i].getSourceStart(); if (start > maxRegularPos && start <= this.codeSnippetEnd) { maxRegularPos = start; } } |
| ||||
{ // skip unmatched bracket problems if (unitResult.problems[i].getID() == IProblem.UnmatchedBracket) continue ; int start = unitResult.problems[i].getSourceStart(); if (start > maxRecoveryPos && start <= this.codeSnippetEnd) { maxRecoveryPos = start; } } |
| |||
{ // skip unmatched bracket problems if (unitResult.problems[i].getID() == IProblem.UnmatchedBracket) continue ; int start = unitResult.problems[i].getSourceStart(); if (start > [[#variable63d58880]]&& start <= this.codeSnippetEnd) { [[#variable63d58880]]= start; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63d58880]] | maxRecoveryPos |
1 | 2 | [[#63d58880]] | maxRegularPos |