github-advanced-security[bot] commented on code in PR #1134: URL: https://github.com/apache/syncope/pull/1134#discussion_r2207652239
########## core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/macro/MacroActions.java: ########## @@ -49,7 +50,7 @@ // does nothing by default } - default void afterCommand(Command<CommandArgs> command, CommandArgs args, String output) { + default void afterCommand(Command<CommandArgs> command, CommandArgs args, Result result) { Review Comment: ## Useless parameter The parameter 'command' is never used. [Show more details](https://github.com/apache/syncope/security/code-scanning/2262) ########## core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/macro/MacroActions.java: ########## @@ -49,7 +50,7 @@ // does nothing by default } - default void afterCommand(Command<CommandArgs> command, CommandArgs args, String output) { + default void afterCommand(Command<CommandArgs> command, CommandArgs args, Result result) { Review Comment: ## Useless parameter The parameter 'args' is never used. [Show more details](https://github.com/apache/syncope/security/code-scanning/2263) ########## core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/macro/MacroActions.java: ########## @@ -49,7 +50,7 @@ // does nothing by default } - default void afterCommand(Command<CommandArgs> command, CommandArgs args, String output) { + default void afterCommand(Command<CommandArgs> command, CommandArgs args, Result result) { Review Comment: ## Useless parameter The parameter 'result' is never used. [Show more details](https://github.com/apache/syncope/security/code-scanning/2264) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org