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
The block under else-if is executed only when the preceding if condition evaluates to false. However, if the last statement of the block under the preceding if statement is a return statement, else in else-if becomes redundant as the controller never reaches it, and, it can be written as a …
Occurrences
There are 2 occurrences of this issue in the repository.
Description
The block under
else-if
is executed only when the precedingif
condition evaluates tofalse
. However, if the last statement of the block under the precedingif
statement is areturn
statement,else
inelse-if
becomes redundant as the controller never reaches it, and, it can be written as a …Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/dgmjr-io/InterfaceGenerator/issue/CS-R1044/occurrences/
The text was updated successfully, but these errors were encountered: