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
I have the warning that says that there should be a comment line saying the fall-through is intentional.... But a throw interrupts the case anyway (unless it is caught in the same block, which is not the case here). It seems the sames goes for a return.
Adding a break or a fall-through comments is over-kill as it will never be reached...
The text was updated successfully, but these errors were encountered:
For the given code :
I have the warning that says that there should be a comment line saying the fall-through is intentional.... But a throw interrupts the case anyway (unless it is caught in the same block, which is not the case here). It seems the sames goes for a
return
.Adding a
break
or a fall-through comments is over-kill as it will never be reached...The text was updated successfully, but these errors were encountered: