Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8034164

Introspector ignores indexed part of the property sometimes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 8
    • client-libs
    • None

    Backports

      Description

        For example, the PropertyDescriptor for the following property does not contain third method:

            public static class Bean {
                public int[] getArray() {
                    return null;
                }

                public void setArray(int[] value) {
                }

                public void setArray(int index, int value) {
                }
            }

        Attachments

          Issue Links

            Activity

              People

                malenkov Sergey Malenkov (Inactive)
                malenkov Sergey Malenkov (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: