-
Task
-
Resolution: Unresolved
-
P3
-
None
-
None
We should investigate whether the older non-strict behavior is still needed and/or desirable, perhaps by disabling it and building the JDK API docs. If it is needed, maybe the behavior could be opt-in for a transition period until we can remove it.
Related: javadoc could also give a warning if a non-exact match is found. The warning should come from javadoc, and not JavacTypes, because JavacTypes does not have access to the right reporting mechanisms, and anyway, we do not expect diagnostics (even warnings) from impls of Elements and Types.
- relates to
-
JDK-8278373 JavacTrees.searchMethod finds incorrect match
-
- Resolved
-
- links to