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
My proposal therefore would be to have a way marking a classpath entry as disabled, and then related code can handle it as if it is not defined at all (e.g. ignore it during compilation / indexing / ...).
This concept also is generic enough to apply it to any classpath entry type, even though most likely only a few would make use of it (as a first start, only CPE_SOURCE)
The text was updated successfully, but these errors were encountered:
Currently it is not possible to have JDT dynamically enable a classpath entry based on some system state, this might include:
My proposal therefore would be to have a way marking a classpath entry as disabled, and then related code can handle it as if it is not defined at all (e.g. ignore it during compilation / indexing / ...).
This concept also is generic enough to apply it to any classpath entry type, even though most likely only a few would make use of it (as a first start, only CPE_SOURCE)
The text was updated successfully, but these errors were encountered: