Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.
The UML for addHouse includes a method call addHouse(house), whereas in the actual code the method addHouse has two parameters:
model.addHouse(houseToAdd, sellerToAddTo);
Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.
The UML for addHouse includes a method call
addHouse(house)
, whereas in the actual code the method addHouse has two parameters:model.addHouse(houseToAdd, sellerToAddTo);
[original: nus-cs2103-AY2324S2/pe-interim#3311] [original labels: severity.Low type.DocumentationBug]