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 processCommand method in CLIProcessor.java suppresses warnings for high cyclomatic complexity and NPath complexity. This indicates that the method is overly complex and may need attention.
The
processCommand
method inCLIProcessor.java
suppresses warnings for high cyclomatic complexity and NPath complexity. This indicates that the method is overly complex and may need attention.See PR #245 (#245) and this comment for more details.
Requested by @david-waltermire.
The text was updated successfully, but these errors were encountered: