eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
32 stars 79 forks source link

Add support for extracting method to outer class #1479

Closed jjohnstn closed 2 weeks ago

jjohnstn commented 2 weeks ago

What it does

Fixes extracting from an inner class to an outer class method.

How to test

See issue or new test.

Author checklist