Commit 8ff2215
committed
Fix remaining SpotBugs UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR violations.
Addressed missed null checks in:
- RequestBuilder.java: Added null checks for response and list.
- DateSpinner.java: Added null check for day field.
This builds upon previous fixes to enforce the rule in CI.1 parent 104d2ea commit 8ff2215
File tree
2 files changed
+7
-1
lines changed- CodenameOne/src/com/codename1
- io/rest
- ui/spinner
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
840 | 843 | | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
841 | 847 | | |
842 | 848 | | |
843 | 849 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments