Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 50 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredStatement.java |
2 | 3 | 213 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java |
| ||||
/* * Update the declarationSourceEnd of the corresponding parse node */ public void updateSourceEndIfNecessary(int bodyStart, int bodyEnd) { if (this.statement.sourceEnd == 0) this.statement.sourceEnd = bodyEnd; } |
| ||||
/* * Update the sourceEnd of the corresponding parse node */ public void updateSourceEndIfNecessary(int bodyStart, int bodyEnd) { if (this.unitDeclaration.sourceEnd == 0) this.unitDeclaration.sourceEnd = bodyEnd; } |
| |||
/* * Update the sourceEnd of the corresponding parse node */ /* * Update the declarationSourceEnd of the corresponding parse node */ public void updateSourceEndIfNecessary(int bodyStart, int bodyEnd) { if (this. [[#variablebf22d940]].sourceEnd == 0) this. [[#variablebf22d940]].sourceEnd = bodyEnd; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bf22d940]] | unitDeclaration |
1 | 2 | [[#bf22d940]] | statement |