eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
32 stars 79 forks source link

Fix NPE in OverriddenAssignmentFixCore moveDown method #1457

Closed jjohnstn closed 1 month ago

jjohnstn commented 1 month ago

What it does

Fixes possible NPE in OverriddenAssignmentFixCore.moveDown() method.

How to test

Test scenario unknown at this time. Patch was tested by forcing a move down for a variable declaration that is not initialized.

Author checklist