The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The incorporation behavior for a capture bound involving '? extends Object' should be identical to that of '?'.
Comments
Updated spec text for 18.3:
If Ai is a wildcard of the form ?:
- ��i = R implies false
- ��i <: R implies ���Bi �� <: R���
- R <: ��i implies false
If Ai is a wildcard of the form ? extends T:
- ��i = R implies false
- If Bi is Object, ��i <: R implies ���T <: R���
- ***If T is Object, ��i <: R implies ���Bi �� <: R���***
- R <: ��i implies false