nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Inaccuracy in UML for addHouse #2628

Open nus-se-script opened 2 months ago

nus-se-script commented 2 months ago

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);

Screenshot 2024-04-19 at 17.34.36.png

Screenshot 2024-04-19 at 17.35.38.png


[original: nus-cs2103-AY2324S2/pe-interim#3311] [original labels: severity.Low type.DocumentationBug]

felixchanyy commented 2 months ago

Team's Response

Nice catch!

Duplicate status (if any):

--