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


##########
core/provisioning-api/src/test/java/org/apache/syncope/core/provisioning/api/utils/JexlUtilsTest.java:
##########
@@ -152,10 +154,11 @@
 
     @Test
     public void evaluateMandatoryCondition(
-            @Mock DerAttrHandler derAttrHandler,
-            @Mock Any<?> any,
-            @Mock DerSchema derSchema,
-            @Mock Collection<? extends PlainAttr<?>> plainAttrs) {
+            final @Mock DerAttrHandler derAttrHandler,
+            final @Mock Any<?> any,
+            final @Mock DerSchema derSchema,
+            final @Mock Collection<? extends PlainAttr<?>> plainAttrs) {

Review Comment:
   ## Useless parameter
   
   The parameter plainAttrs is unused.
   
   [Show more 
details](https://github.com/apache/syncope/security/code-scanning/1035)



-- 
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

Reply via email to