Closed olevitt closed 4 months ago
Apparently Java switch cases really need the break instruction otherwise they go to multiple cases
break
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Apparently Java switch cases really need the
break
instruction otherwise they go to multiple cases