I need to change the following if\'s to a switch-case while checking for a String, to improve the cyclomatic complexity.<
if
switch
case
String
Java does not support Switch-case with String. I guess this link can help you. :)