eclipse.jdt.ls icon indicating copy to clipboard operation
eclipse.jdt.ls copied to clipboard

The value of the local variable getterRelevance is not used

Open fbricon opened this issue 2 years ago • 1 comments

See https://github.com/eclipse/eclipse.jdt.ls/blob/7f393975b11ccfc03b3a5dc13f585855a5885461/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/contentassist/GetterSetterCompletionProposal.java#L59-L62

fbricon avatar Sep 10 '21 14:09 fbricon

This probably needs a proposal.setRelevance(getterRelevance); though I'm not sure what the effect will be from a UX perspective

fbricon avatar Sep 10 '21 14:09 fbricon