public static boolean isSupportedTag(String tagName) {
switch (tagName) {
case "Yes":
default:
return false;
}
}
It can convert the source code without the case "Yes":
line
public static boolean isSupportedTag(String tagName) {
switch (tagName) {
case "Yes":
default:
return false;
}
}
It can convert the source code without the case "Yes":
line
Thanks, logged as bugs://75040
bugs://75040 got closed with status fixed.
Logged as bugs://i63060.
bugs://i63060 was closed as fixed.