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.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 115 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
2 | 7 | 161 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
| ||||
this.pendingTypeParameters = null; /* do not consider a field starting passed the type end (if set) it must be belonging to an enclosing type */ if (typeDeclaration.declarationSourceEnd != 0 && fieldDeclaration.declarationSourceStart > typeDeclaration.declarationSourceEnd) { return this.parent.add(fieldDeclaration, bracketBalanceValue); } |
| ||||
this.pendingTypeParameters = null; /* do not consider a type starting passed the type end (if set) it must be belonging to an enclosing type */ if (typeDeclaration.declarationSourceEnd != 0 && memberTypeDeclaration.declarationSourceStart > typeDeclaration.declarationSourceEnd) { return this.parent.add(memberTypeDeclaration, bracketBalanceValue); } |
| |||
this.pendingTypeParameters = null; /* do not consider a type starting passed the type end (if set) it must be belonging to an enclosing type */ /* do not consider a field starting passed the type end (if set) it must be belonging to an enclosing type */ if (typeDeclaration.declarationSourceEnd != 0 && [[#variable942ba140]].declarationSourceStart > typeDeclaration.declarationSourceEnd) { return this.parent.add( [[#variable942ba140]], bracketBalanceValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#942ba140]] | memberTypeDeclaration |
1 | 2 | [[#942ba140]] | fieldDeclaration |