Commit b379a7e
committed
Fix redundant nullcheck warnings from SpotBugs
- Remove redundant null checks in multiple files (Socket.java, Form.java, Component.java, etc.) where values are guaranteed to be non-null or null.
- Update `generate-quality-report.py` to enforce zero tolerance for `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` and `RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE` warnings.
- Fix compilation issues in Socket.java syntax.
- Verify that the build passes with the new quality gate.1 parent feb7e51 commit b379a7e
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
757 | 774 | | |
758 | 775 | | |
759 | 776 | | |
0 commit comments