Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 266 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
2 | 8 | 212 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java |
| ||||
// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect if (condIfTrueInitStateIndex != -1) { // insert all locals initialized inside the condition into the action generated prior to the condition codeStream.addDefinitelyAssignedVariables( currentScope, condIfTrueInitStateIndex ); } actionLabel.place(); action.generateCode(scope, codeStream); |
| ||||
// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect if (condIfTrueInitStateIndex != -1) { // insert all locals initialized inside the condition into the action generated prior to the condition codeStream.addDefinitelyAssignedVariables( currentScope, condIfTrueInitStateIndex ); } actionLabel.place(); action.generateCode(currentScope, codeStream); |
| |||
// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect if (condIfTrueInitStateIndex != -1) { // insert all locals initialized inside the condition into the action generated prior to the condition codeStream.addDefinitelyAssignedVariables(currentScope, condIfTrueInitStateIndex); } actionLabel.place(); action.generateCode( [[#variable560c05c0]], codeStream); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#560c05c0]] | currentScope |
1 | 2 | [[#560c05c0]] | scope |