uyuni-project / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
445 stars 185 forks source link

Fix unchecked types warnings. #612

Open cbosdo opened 5 years ago

cbosdo commented 5 years ago

There is a lot of java code that doesn't use the generic types... and this generates thousands of warnings. For sure this task is a one that will take time, but can be easily split.

Shirocco88 commented 3 years ago

@cbosdo : I think this issue can be closed,

cbosdo commented 3 years ago

No, there are still a lot of those and they are easy to fix for someone new to the code. This issue is kind of a long running one that would be fixed into smaller PRs.

cbosdo commented 2 years ago

The list of the remaining occurrences of this error can be found on SonarCloud: https://sonarcloud.io/project/issues?languages=java&resolved=false&rules=java%3AS3740&id=uyuni-project_uyuni

Bhavya031 commented 2 months ago

@cbosdo I don’t think this is closed. There are still 707 warnings left, and I might open some smaller PRs to update the code