You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[generator] remove extraneous warnings on missing methods for api-versions check. (#114)
When we fill [Available (ApiSince = x)] we load api-versions.xml and
checks if the mentioned Java member exists. But there are cases that
those members should not really exist (e.g. we merge API while we don't
for api-versions - we simply can't, there is no per-level api-versions).
Missing members should be checked elsewhere, not here, so remove those
extraneous (and mostly spurious) warnings.
Additionally, provide the missing ApiSince information for nested types.
0 commit comments