We have a report here about suddenly API filters are reported as unused (see the links to the CI):
eclipse-pde#2096
The code in question can be found in this repository:
https://github.com/eclipse-jdt/eclipse.jdt.core
the baseline repository is https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/ (it is a p2 repository so you need to fetch https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/artifacts.jar to find out the artifacts in their)
What we would need is a testcase for the API tools that reproduces the situation by:
- having a test-project containing the relevant sources from JDT that causing one of the errors
- compare that against the base repository
- ensure we see the same error as in the CI build.
We have a report here about suddenly API filters are reported as unused (see the links to the CI):
eclipse-pde#2096
The code in question can be found in this repository:
https://github.com/eclipse-jdt/eclipse.jdt.core
the baseline repository is https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/ (it is a p2 repository so you need to fetch https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/artifacts.jar to find out the artifacts in their)
What we would need is a testcase for the API tools that reproduces the situation by: