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/07 12:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/SYNCOPE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò resolved SYNCOPE-1392.
---------------------------------------------
    Resolution: Fixed

> Reduce usage of Reflection to improve overall performance
> ---------------------------------------------------------
>
>                 Key: SYNCOPE-1392
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1392
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core, extensions
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>             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)