Skip to content

Commit 4545895

Browse files
committed
Fix build
1 parent 13812b6 commit 4545895

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build-tools/src/main/resources/software/amazon/awssdk/spotbugs-suppressions.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@
301301
<Bug pattern="DCN_NULLPOINTER_EXCEPTION"/>
302302
</Match>
303303

304+
<!-- Retrieves and updates crc value in update() -->
305+
<Match>
306+
<Or>
307+
<Class name="software.amazon.awssdk.checksums.internal.SdkCrc32CChecksum"/>
308+
<Class name="software.amazon.awssdk.checksums.internal.SdkCrc32Checksum"/>
309+
</Or>
310+
<Bug pattern="SA_FIELD_SELF_ASSIGNMENT"/>
311+
</Match>
312+
304313
<!-- Suppress existing blocking call. -->
305314
<!-- Classes making calls to disallowed methods made outside of the async code path can be added here to be suppressed -->
306315
<!-- TODO: remove classes from the list once blocking calls have been removed from the SDK async code path -->

0 commit comments

Comments
 (0)