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
I came here when checking if JDT/UI still "uses" org.eclipse.jdt.annotation_v1. In theory, the quickfix UnresolvedElementsBaseSubProcessor.addNullityAnnotationTypesProposals() would still try to locate this bundle in pre-Java8 projects, but since such projects are no longer supported, the version dependence in that method can be removed.
The text was updated successfully, but these errors were encountered:
Since JDT/Core dropped support for Java versions below 8, the following queries in JavaModelUtil are now de-facto constants:
I came here when checking if JDT/UI still "uses"
org.eclipse.jdt.annotation_v1
. In theory, the quickfixUnresolvedElementsBaseSubProcessor.addNullityAnnotationTypesProposals()
would still try to locate this bundle in pre-Java8 projects, but since such projects are no longer supported, the version dependence in that method can be removed.The text was updated successfully, but these errors were encountered: