Hi,
I am experiencing same problem on Android. SonarCloud insists “@NonNull” values should not be set to null". Even tho I check it with “TextUtils.isEmpty(value)”. I’ve also tried creating my own function to duplicate TextUtils, but result is the same