Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 300 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
2 | 6 | 230 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java |
| ||||
condition.generateOptimizedBoolean(scope, codeStream, actionLabel, null, true); |
| ||||
condition.generateOptimizedBoolean( currentScope, codeStream, actionLabel, null, true ); |
| |||
condition.generateOptimizedBoolean( [[#variable9b282520]], codeStream, actionLabel, null, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b282520]] | currentScope |
1 | 2 | [[#9b282520]] | scope |