eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

Suggest import for missing type in a parenthesized cast expression #1506

Closed jjohnstn closed 2 months ago

jjohnstn commented 2 months ago

What it does

Fixes the case where a type is missing and used in a cast or parenthesized cast expression.

How to test

See issue.

Author checklist