Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGayan Perera2021-09-24 19:30:18 +0000
committerGayan Perera2021-10-12 18:00:09 +0000
commitc0cd9f53b1e7fc050b27a87b72b95d1ed2e0404c (patch)
tree33e498742b222d920084e41413b32efd9fb7ac27 /org.eclipse.jdt.core.formatterapp
parent9525f3eec57b403f918771025f4280bba56b1221 (diff)
downloadeclipse.jdt.core-I20211012-1800.tar.gz
eclipse.jdt.core-I20211012-1800.tar.xz
eclipse.jdt.core-I20211012-1800.zip
Bug 575149 - Add support to resolve 1st arg type on overload methodsI20211012-1800
The fix will resolve the first argument type of all matching method overloads. It also make the relevance of the overload completions higher so they appear first in the completion list to preserve the existing behavior. Other completions are strictly provided based on the expected types. This also update the CompletionContext expected types signatures so that other completion computers can be benefited. Change-Id: Id842ff7ad064aabfd9e57c89a94d385d37d8a6dc Signed-off-by: Gayan Perera <gayanper@gmail.com> Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/185826 Tested-by: JDT Bot <jdt-bot@eclipse.org>
Diffstat (limited to 'org.eclipse.jdt.core.formatterapp')
0 files changed, 0 insertions, 0 deletions

Back to the top