You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2022/11/18 13:43:53 UTC

[GitHub] [syncope] github-code-scanning[bot] commented on a diff in pull request #392: [SYNCOPE-1713] Adding after and before parameter to Audit, Task, Report and Remediation queries

github-code-scanning[bot] commented on code in PR #392:
URL: https://github.com/apache/syncope/pull/392#discussion_r1026451477


##########
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/JPAReportExecDAO.java:
##########
@@ -70,16 +70,45 @@
         return findLatest(report, "end");
     }
 
+    protected StringBuilder query(
+            final StringBuilder select,
+            final Report report,

Review Comment:
   ## Useless parameter
   
   The parameter 'report' is never used.
   
   [Show more details](https://github.com/apache/syncope/security/code-scanning/1199)



-- 
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-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org