MopeSWTP-SS21 / MopeSWTP

MIT License
1 stars 0 forks source link

Improve code quality on the main branch #99

Open CSchoel opened 3 years ago

CSchoel commented 3 years ago
CptKaNe commented 3 years ago

Today I started improving the code quality. Therefore i created a new branch named codequality out of the main branch and had a look at the critical and major issues listed from sonarqube. However, I am insecure about the issues concerning the System.out.println() statements. Sonarqube wants us to replace these with a logger, but due to our consoleapplication this cannot be the right way i guess, so can we Ignore this issues?

In Addition to that @manuEbg & @IlmarB we should check that you are not working on code while I am about to refactor that so that we dont work against each other on these code fragments.