The code utilises the function CommandUtil.findPersonByIdentifier(name, id, lastShownList);. However, in the sequence diagram, the method name is findPersonByName() which seems to be a lower-level abstraction that needs not to be included here.
Severity Check
Unlikely to affect the normal operation of the app but may confuse the reader
The Code:
The code utilises the function
CommandUtil.findPersonByIdentifier(name, id, lastShownList);
. However, in the sequence diagram, the method name isfindPersonByName()
which seems to be a lower-level abstraction that needs not to be included here.Severity Check