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

Introspector ignores indexed part of the property sometimes

XMLWordPrintable

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

        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) {
                }
            }

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

                Created:
                Updated:
                Resolved: