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
Add API filters for removal of @noreference SWT classes
The classes MonitorAwarePoint and MonitorAwareRectangle have been
removed from SWT. They were public inside an API package but marked as
`@noreference` as they are not intended to be used as part of an API,
which is why API tooling considers there removal a breaking API change.
The bundles org.eclipse.ui and org.eclipse.jface reexport SWT packages,
which is why API tooling also considers the removal as breaking API
change of those bundles. This change adds according API filters.
0 commit comments