Commit 4a2187a
fix(compute): suppress S6218 on the internal CodeTable carrier
Sonar flags the boolean[] record component (array reference equality in
the generated equals/hashCode). CodeTable is a private data carrier
that flows from the predicate lowering to the scan loops and is never
compared — the same justified suppression the array-holding
ChunkedXxxArray records already carry.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 31fea8e commit 4a2187a
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| 809 | + | |
809 | 810 | | |
810 | 811 | | |
811 | 812 | | |
| |||
0 commit comments