Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 8
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b06
Backports
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 |
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) {
}
}
public static class Bean {
public int[] getArray() {
return null;
}
public void setArray(int[] value) {
}
public void setArray(int index, int value) {
}
}
Attachments
Issue Links
- 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
-