Sonarcloud testing Sprint One - UQdeco2800/2022-studio-2 GitHub Wiki
- Reduced code smells. (Done by @Rohan)
- Fixed one bug caused by:
was:
public static List<Object> getPossibleBuilds(){
return new ArrayList<Object>(getPossibleBuilds());
}
Reduced many code smells once present in the crafting and craflogic classes caused by incorrect typecasting and and style choices. Made code more clean and readable as a result.