Sonarcloud testing Sprint One - UQdeco2800/2022-studio-2 GitHub Wiki

SonarCloud Testing

  1. Reduced code smells. (Done by @Rohan)
  2. Fixed one bug caused by:
image

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.

⚠️ **GitHub.com Fallback** ⚠️