Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 260 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
2 | 16 | 311 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
| ||||
receiver.generateCode( currentScope, codeStream, !(isStatic = this.codegenBinding.isStatic())); if (isStatic) { if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getstatic(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } else { codeStream.dup(); if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getfield(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } |
| ||||
receiver.generateCode( currentScope, codeStream, !(isStatic = this.codegenBinding.isStatic())); if (isStatic) { if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getstatic(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } else { codeStream.dup(); if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getfield(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } |
| |||
receiver.generateCode(currentScope, codeStream, !(isStatic = this.codegenBinding.isStatic())); if (isStatic) { if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getstatic(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } else { codeStream.dup(); if (syntheticAccessors == null || syntheticAccessors[READ] == null) { codeStream.getfield(this.codegenBinding); } else { codeStream.invokestatic(syntheticAccessors[READ]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |