Found 'UR'-anomaly for variable
问题 I have this sonar error Major: Found 'UR'-anomaly for variable 'language' (lines '83'-'85') in this function: public void saveAll(List<Language> languages){ //Found 'UR'-anomaly for variable 'country' (lines '83'-'85'). //Code Smell Major Open Not assigned 20min effort Comment for (Language language: languages) { save(language); } } how to fix this major error please, thanks for advance 回答1: Edit : Found even more information it this other SO post. While that is more PMD centric, the