Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 178 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
2 | 5 | 247 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
| ||||
{ receiver.generateCode(currentScope, codeStream, !isStatic); if ( !isStatic) { codeStream.invokeObjectGetClass(); codeStream.pop(); } } |
| ||||
{ receiver.generateCode(currentScope, codeStream, !isStatic); if ( !isStatic) { codeStream.invokeObjectGetClass(); // perform null check codeStream.pop(); } } |
| |||
{ receiver.generateCode(currentScope, codeStream, !isStatic); if ( !isStatic) { codeStream.invokeObjectGetClass(); // perform null check codeStream.pop(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |