You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2018/11/05 08:01:00 UTC

[jira] [Created] (SYNCOPE-1392) Reduce usage of Reflection to improve overall performance

Francesco Chicchiriccò created SYNCOPE-1392:
-----------------------------------------------

             Summary: Reduce usage of Reflection to improve overall performance
                 Key: SYNCOPE-1392
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1392
             Project: Syncope
          Issue Type: Task
          Components: core, extensions
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 2.1.3, 3.0.0


The source code - especially for core and extensions - is filled up with Reflection-intensive invocation, which are supposed to negatively affect the overall performance; mostly:
 * ReflectionUtils
 * Spring's BeanUtils#copyProperties
 * ReflectionToStringBuilder
 * EqualsBuilder#reflectionEquals
 * HashCodeBuilder#reflectionHashCode



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)