Commit 4875f35
committed
Enforce SpotBugs SA_FIELD_SELF_ASSIGNMENT check and fix/exclude violations
- Reverted changes to `InfBlocks.java` and excluded it from the `SA_FIELD_SELF_ASSIGNMENT` check in `.github/scripts/generate-quality-report.py`.
- Refactored `Inflate.java` to eliminate `this.marker = m` self-assignment by using `this.marker` directly.
- Updated `.github/scripts/generate-quality-report.py` to add `SA_FIELD_SELF_ASSIGNMENT` to forbidden rules.1 parent 01d8dfa commit 4875f35
File tree
2 files changed
+7
-18
lines changed- .github/scripts
- CodenameOne/src/com/codename1/io/gzip
2 files changed
+7
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
| 778 | + | |
778 | 779 | | |
779 | 780 | | |
780 | 781 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 153 | + | |
| 154 | + | |
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 158 | + | |
165 | 159 | | |
166 | 160 | | |
167 | 161 | | |
| |||
565 | 559 | | |
566 | 560 | | |
567 | 561 | | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
| 562 | + | |
| 563 | + | |
574 | 564 | | |
575 | 565 | | |
576 | 566 | | |
577 | | - | |
578 | | - | |
579 | | - | |
| 567 | + | |
580 | 568 | | |
581 | 569 | | |
582 | 570 | | |
| |||
0 commit comments