Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 118 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
2 | 4 | 928 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
{ element = new RecoveredInitializer(field, null, 1, this ); lastCheckPoint = field.declarationSourceStart; break; } |
| ||||
{ element = new RecoveredInitializer(field, null, 1, this ); this.lastCheckPoint = field.declarationSourceStart; break; } |
| |||
{ element = new RecoveredInitializer(field, null, 1, this ); [[#variable580effe0]]= field.declarationSourceStart; break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#580effe0]] | lastCheckPoint |
1 | 2 | [[#580effe0]] | this.lastCheckPoint |