dongjinleekr commented on pull request #11579:
URL: https://github.com/apache/kafka/pull/11579#issuecomment-1000996220


   @showuon Sorry for bothering you. Here is the update. There were some 
[updates on spotbugs between 4.2.2 and 
4.5.2](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) and some 
previously-unfound problems are now detected:
   
   - In 4.3.0, spotbugs improved their detection logic for `MS_EXPOSE_REP`: 
   
     > `MS_EXPOSE_REP` and `EI_EXPOSE_REP` are now reported for code returning 
a reference to a mutable object indirectly (e.g. via a local variable)
   
   - In 4.4.2, spotbugs fixed some false positives for 
`DMI_RANDOM_USED_ONLY_ONCE` and started to detect some unfound problems:
   
     > `DMI_RANDOM_USED_ONLY_ONCE` false positive
   
   After the update, it works like a charm:
   
![20211225-180841](https://user-images.githubusercontent.com/2375128/147381814-079dc200-6322-43bd-a349-e8bb9907385e.png)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to