M uses some fields from the enum CT::E, like CT.E.F1.
After moving M, such references are not rebound, and are marked as a redundancy. Should be shortened to E.F1 automatically.
Description
Moving method M from class CS to class CT.
M uses some fields from the enum CT::E, like CT.E.F1.
After moving M, such references are not rebound, and are marked as a redundancy. Should be shortened to E.F1 automatically.