Commit 380f2e6
committed
Suppress SpotBugs unwritten-field warnings on ZooKeeperAwaitStrategy
The `cube` and `dockerClientExecutor` fields are populated by Arquillian
via reflection. Removing the SLF4J `LOG` field as part of the slog
conversion left those fields as the only declared instance state, which
SpotBugs now flags as UWF_UNWRITTEN_FIELD / NP_UNWRITTEN_FIELD.
Annotate the class to suppress these warnings.1 parent 94ae5ea commit 380f2e6
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
- tests/integration-tests-utils/src/main/java/org/apache/bookkeeper/tests/integration/utils
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments