AY1920S1-CS2103T-W11-2 / main

SplitWiser - Epic debt tracking
https://ay1920s1-cs2103t-w11-2.github.io/main/
MIT License
0 stars 5 forks source link

Bugfix: Activity Command with empty string for participant prefix causes uncaught exception #142

Closed daekoon closed 5 years ago

daekoon commented 5 years ago

Context

Apparently, when you run an activity command and include a participant prefix with empty value, the application will have an uncaught exception that prevents the command from being run, and shows no error. The following command could cause this bug previously: activity t/Test p/ Turns out NameContainsKeywordsPredicate bugs out when you pass in an empty string.

Change