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
org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider.appendUnboundedParameterList(StyledString, CompletionProposal) gets parameter names from total list set on proposal object (includes optional params) and parameter types from method signature (does not include optional params).
eric-milles
changed the title
DSLD method proposals with optional parameters showing incorrect name-type pairings
DSLD method proposals with positional and optional parameters showing incorrect name-type pairings
Jul 6, 2018
Consider the following:
and the script:
Completion at
|
is showing proposalast(Class attributes)
in the list of proposals.It should be showing either
ast(Class xform)
orast(Map attributes, Class xform)
.The text was updated successfully, but these errors were encountered: