-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8067588 | 8u45 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8049256 | 8u40 | Sergey Bylokhov | P4 | Resolved | Fixed | b17 |
JDK-8069950 | emb-8u47 | Unassigned | P4 | Resolved | Fixed | team |
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) {
}
}
public static class Bean {
public int[] getArray() {
return null;
}
public void setArray(int[] value) {
}
public void setArray(int index, int value) {
}
}
- backported by
-
JDK-8049256 Introspector ignores indexed part of the property sometimes
-
- Resolved
-
-
JDK-8067588 Introspector ignores indexed part of the property sometimes
-
- Resolved
-
-
JDK-8069950 Introspector ignores indexed part of the property sometimes
-
- Resolved
-
- relates to
-
JDK-8034085 Do not prefer indexed properties
-
- Resolved
-
-
JDK-8144762 Introspector - overloaded methods
-
- Closed
-