You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application allows the name of clients to only be decimal numbers:
It is unlikely that a name will have numerical values in them, given they are not nicknames, and given the context of this application being a financial advisor planner.
Further internal checking can be done to prevent such behaviour. Taken from person/Name.java:
The VALIDATION_REGEX used is alphanumeric, and therefore the application accepts names that are only numbers.
The text was updated successfully, but these errors were encountered:
The application allows the name of clients to only be decimal numbers:
It is unlikely that a name will have numerical values in them, given they are not nicknames, and given the context of this application being a financial advisor planner.
Further internal checking can be done to prevent such behaviour. Taken from
person/Name.java
:The
VALIDATION_REGEX
used is alphanumeric, and therefore the application accepts names that are only numbers.The text was updated successfully, but these errors were encountered: