Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 783 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java |
2 | 6 | 461 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java |
| ||||
// only last field is actually a write access if any if (isFieldUseDeprecated(field, scope, (this.bits& IsStrictlyAssigned) != 0 && index + 1 == length)) { scope.problemReporter().deprecatedField(field, this ); } // constant propagation can only be performed as long as the previous one is a constant too. if (this.constant != Constant.NotAConstant) { this.constant = field.constant(); } |
| ||||
// only last field is actually a write access if any if (isFieldUseDeprecated(field, scope, (this.bits& IsStrictlyAssigned) != 0 && index + 1 == length)) { scope.problemReporter().deprecatedField(field, this ); } // constant propagation can only be performed as long as the previous one is a constant too. if (this.constant != Constant.NotAConstant) { this.constant = field.constant(); } |
| |||
// only last field is actually a write access if any if (isFieldUseDeprecated(field, scope, (this.bits&IsStrictlyAssigned) != 0 && index + 1 == length)) { scope.problemReporter().deprecatedField(field, this ); } // constant propagation can only be performed as long as the previous one is a constant too. if (this.constant != Constant.NotAConstant) { this.constant = field.constant(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |