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.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 87 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AND_AND_Expression.java |
2 | 3 | 88 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OR_OR_Expression.java |
| ||||
{ // <expr> && false --> false this.left.generateCode(currentScope, codeStream, false); if (valueRequired) codeStream.iconst_0(); } |
| ||||
{ this.left.generateCode(currentScope, codeStream, false); if (valueRequired) codeStream.iconst_1(); } |
| |||
{ // <expr> && false --> false this.left.generateCode(currentScope, codeStream, false); if (valueRequired) codeStream. [[#variableb48da8a0]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b48da8a0]] | iconst_0 |
1 | 2 | [[#b48da8a0]] | iconst_1 |