eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
35 stars 86 forks source link

Fix move method to handle field access modifier adjustment #1427

Closed jjohnstn closed 2 months ago

jjohnstn commented 3 months ago

What it does

Fixes move instance method to check field accesses and modify the access flags of the field if necessary.

How to test

See issue or new test.

Author checklist