Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-416

Import MethodUtils and ConstructorUtils from BeanUtils; FieldUtils from dormant [reflect] component.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4
    • 2.5
    • lang.reflect.*
    • None

    Description

      Mentioned on the mailing list... After we release 2.4 I'd like to:

      • import ConstructorUtils
      • make CU.getMatchingAccessibleConstructor() public
      • import MethodUtils
      • factor best-match calculation code out of MethodUtils into abstract superclass MemberUtils, make ConstructorUtils extend MemberUtils and use the same code (be on the lookout for ways to improve best-match calcs; my original description was based on javadoc that said the first matching method encountered was used, but this comment seems to have been outdated).
      • merge any other duplicate (or near-duplicate) code from CU/MethodU into MemberU and remove anything else that doesn't make sense in the context of Lang.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mbenson Matthew Jason Benson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: