eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Impossible "potential match" with a referenced library of a projects classpath
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
I use the Eclipse-SDK IDE and open the `Platfom` class then I search for references of `getLog(Bundle)` in the workspace then JDT offers a completely unrelated "potential match"

Why is it unrelated:
1. `org.eclipse.core.runtime.Platform` and `org.apache.commons.logging.LogFactory` have nothing in common
2. The arguments of both functions do not match (`Platfom` has `Bundle` parameter and `LogFactory` has `Class` parameter)
Contributor guide
Assessment
This issue has not been assessed yet.