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/12/19 12:02:28 UTC

[GitHub] [syncope] github-code-scanning[bot] commented on a diff in pull request #397: [SYNCOPE-1716] Introducing PushTask's and PullTask's ThreadPoolSettings

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


##########
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib/to/ProvisioningTaskTO.java:
##########
@@ -114,6 +111,20 @@
         this.matchingRule = matchigRule;
     }
 
+    @JacksonXmlElementWrapper(localName = "actions")
+    @JacksonXmlProperty(localName = "action")
+    public List<String> getActions() {

Review Comment:
   ## Exposing internal representation
   
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](1).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](2).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](3).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](4).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](5).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](6).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](7).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](8).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](9).
   getActions exposes the internal representation stored in field actions. The value may be modified [after this call to getActions](10).
   
   [Show more details](https://github.com/apache/syncope/security/code-scanning/1202)



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