eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
35 stars 86 forks source link

Falselocals #1417

Closed jjohnstn closed 3 months ago

jjohnstn commented 3 months ago

What it does

Fixes extract method scenarios where multiple local variables are written to but they are declared in the selection region and all references to them are also within the region.

How to test

See issue or new tests.

Author checklist