File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
build-tools/src/main/resources/software/amazon/awssdk Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments