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

[beanutils] StringArrayConverter does not handle long[] input

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • None
    • Operating System: All
      Platform: All

    • 39026

    Description

      StringArrayConverter does not handle properly long[], double[] and other arrays
      of builtin types. In fact it handles properly only int[] arrays. It is important
      to improve this functionality, because this converter is used by
      BeanUtils.copyProperties(...) method, which is often used to copy data between
      ActionForms and data beans in both directions. In current state it handles
      properly copying from ActionForms containing String[] arrays to data beans
      containing int[], long[] etc. arrays, but not in opposite direction.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jbojar@interia.pl Jarek Bojar
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: