eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
35 stars 86 forks source link

Fix code mining parameter name logic #1441

Closed jjohnstn closed 2 months ago

jjohnstn commented 2 months ago

What it does

Fixes the filtering logic for code mining parameter names so parameter names that are single character aren't matched if the argument contains that character. Also added preferences to users can turn off filtering if desired.

How to test

See original bug or issue.

Author checklist