Something strange appears on our sonarqube.
3 new issues has been raised but this source file hasn’t be updated since one year. Moreover sonarqube tell us that theses issues has been created since one month but i know that’s my last report (one week before) doesn’t show us theses issues.
Thanks for starting with a screenshot of the issues!
From that I can see that all three issues are related to NPEs. This is a classic example of how a change in another file can cause a new issue on ‘old’ code. I’m going to guess that some other file or set of files was updated to make those variables potentially null. And so code that was safe previously now isn’t.