Introspector ignores indexed part of the property sometimes

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8
    • Component/s: 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) {
                }
            }

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

                Created:
                Updated:
                Resolved: