Sonarcloud testing Sprint Two - UQdeco2800/2022-studio-2 GitHub Wiki
Introduction
In the sprint two, we had more bugs in our code, but we had fewer code smells. Similar to the last sprint, we removed some unused imports and variables, but there were still some package naming and accessor modifier code smells that were highlighted and potentially needed to be changed. And fixed bugs that we build. Major Bugs There are we needed to change the Data Type from the following
There are some empty statement we need remove
We needed to converting data types
We needed to provide the parametrized type for this generic
Sonar Cloud detected some major code smells concerns regarding useless code and commented code. This is not something we want to remove until the next sprint as we still require the comments for future iterations and improvement.
Some minor code smells are yet to be resolved including the packaging naming format access modifiers for some variables (including changing to static final and protected)