Uploaded image for project: 'Commons BeanUtils'
  1. Commons BeanUtils
  2. BEANUTILS-365

MethodUtils.getMatchingAccessibleMethod could cache unsuccesful matches

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.0
    • 2.0.0
    • Bean / Property Utils
    • None
    • java 1.6.0_16

    Description

      In order to gain some performance the MethodUtils.getMatchingAccessibleMethod could cache unsuccessful matches too. In case there is no matching method getMatchingAccessibleMethod returns null after examining the Class but does not store this fact in the cache, the subsequent call to MethodUtils.getMatchingAccessibleMethod will examine the Class again

      Attachments

        1. method-utils-cache.patch
          6 kB
          Francesco Mari

        Activity

          People

            Unassigned Unassigned
            endre.jeges Endre Jeges
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: